dummy fix

This commit is contained in:
Robin Müller 2022-11-02 15:56:05 +01:00
parent 3995b15ccf
commit 098f69b1bc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include <cstdlib>
CoreControllerDummy::CoreControllerDummy(object_id_t objectId)
: ExtendedControllerBase(objectId, objects::NO_OBJECT) {}
: ExtendedControllerBase(objectId) {}
ReturnValue_t CoreControllerDummy::initialize() {
static bool done = false;