mirror of https://github.com/Icinga/icinga2.git
parent
17029e3161
commit
df9710cfcb
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue