Skip to content

Commit

Permalink
fix: consistent-missing-override
Browse files Browse the repository at this point in the history
  • Loading branch information
YJack0000 authored and kraiskil committed Sep 13, 2023
1 parent 6e76f43 commit dff37f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/reshape.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Reshape : public Node {

int32_t allowzero;

void parseAttributes( onnx::NodeProto &node )
void parseAttributes( onnx::NodeProto &node ) override
{
for( const auto& a : node.attribute() ) {
LOG(TRACE) << "Parsing attribute " << a.name() << std::endl;
Expand Down

0 comments on commit dff37f0

Please sign in to comment.