diff options
Diffstat (limited to 'nexus/LoopController.h')
-rw-r--r-- | nexus/LoopController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nexus/LoopController.h b/nexus/LoopController.h index bb8314f..53d16f1 100644 --- a/nexus/LoopController.h +++ b/nexus/LoopController.h @@ -19,10 +19,11 @@ #include "Controller.h" +class ControllerHandler; class LoopController : public Controller { public: - LoopController(PropertyManager *propmngr); + LoopController(PropertyManager *propmngr, IControllerHandler *h); virtual ~LoopController() {} int set(const char *name, const char *value); |