Skip to content
Snippets Groups Projects
Commit 3e6fc4b0 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add keyword 'override'

parent f1a8b6e5
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ protected:
*
* WARNING! This function only votes! It does not create KeyFrames!
*/
virtual bool voteForKeyFrame() = 0;
virtual bool voteForKeyFrame() override = 0;
};
inline const std::vector<FrameBasePtr>&
......
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