Skip to content
Snippets Groups Projects
Commit b59e5f1a authored by Olivier BICHLER's avatar Olivier BICHLER Committed by Maxence Naud
Browse files

Fixed missing override

parent fedd866f
No related branches found
No related tags found
3 merge requests!1190.2.1,!113Draft: Fix slice,!104Make forwardDims() optional and handle data dependency
......@@ -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