Commit 56529a0e authored by Scott Cyphers's avatar Scott Cyphers Committed by Robert Kimball

Add missing override (#1378)

parent 82fc63c0
......@@ -45,7 +45,7 @@ public:
std::unordered_map<Node*, Node*>& result_map,
std::string& emitted_functions);
virtual ~CommonFunctionCollection();
virtual ~CommonFunctionCollection() override;
bool run_on_module(std::vector<std::shared_ptr<ngraph::Function>>&) override;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment