Skip to content

Commit

Permalink
Fix compiler warning in demo.hpp
Browse files Browse the repository at this point in the history
refs #12534
  • Loading branch information
gunnarbeutner committed Sep 5, 2016
1 parent 17029e3 commit df9710c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/demo/demo.hpp
Expand Up @@ -36,7 +36,7 @@ class Demo : public ObjectImpl<Demo>
DECLARE_OBJECT(Demo);
DECLARE_OBJECTNAME(Demo);

virtual void Start(bool runtimeCreated);
virtual void Start(bool runtimeCreated) override;

static Value DemoMessageHandler(const MessageOrigin::Ptr& origin, const Dictionary::Ptr& params);

Expand Down

0 comments on commit df9710c

Please sign in to comment.