Fix compiler warning in demo.hpp

refs #12534
This commit is contained in:
Gunnar Beutner 2016-09-05 06:58:09 +02:00
parent 17029e3161
commit df9710cfcb
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public:
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);