Skip to content
Snippets Groups Projects
Commit b3a28bdf authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Fixed missing override

parent eed37cde
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ public:
virtual void setDataType(const DataType& dataType) const override;
virtual void forward();
virtual void forward() override;
};
} // namespace Aidge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment