diff options
Diffstat (limited to 'Swift/Controllers/SystemTrayController.h')
-rw-r--r-- | Swift/Controllers/SystemTrayController.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Swift/Controllers/SystemTrayController.h b/Swift/Controllers/SystemTrayController.h index 6d2aa31..7eb2365 100644 --- a/Swift/Controllers/SystemTrayController.h +++ b/Swift/Controllers/SystemTrayController.h @@ -6,8 +6,7 @@ namespace Swift { class SystemTrayController { public: - SystemTrayController(EventController* eventController, SystemTray* systemTray); - + SystemTrayController(EventController* eventController, SystemTray* systemTray); private: void handleEventQueueLengthChange(int length); |