diff options
Diffstat (limited to 'nexus/LoopController.cpp')
-rw-r--r-- | nexus/LoopController.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nexus/LoopController.cpp b/nexus/LoopController.cpp index a86202a..5cfb1fe 100644 --- a/nexus/LoopController.cpp +++ b/nexus/LoopController.cpp @@ -19,8 +19,9 @@ #include "LoopController.h" #include "PropertyManager.h" -LoopController::LoopController(PropertyManager *propmngr) : - Controller("LOOP", propmngr) { +LoopController::LoopController(PropertyManager *propmngr, + IControllerHandler *handlers) : + Controller("LOOP", propmngr, handlers) { } int LoopController::set(const char *name, const char *value) { |