diff options
Diffstat (limited to 'Swift/Controllers/MainController.cpp')
| -rw-r--r-- | Swift/Controllers/MainController.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/MainController.cpp b/Swift/Controllers/MainController.cpp index 45a0df7..b527583 100644 --- a/Swift/Controllers/MainController.cpp +++ b/Swift/Controllers/MainController.cpp @@ -167,7 +167,7 @@ MainController::MainController(  	loginWindow_->setShowNotificationToggle(!notifier->isExternallyConfigured());  	highlightManager_ = new HighlightManager(settings_); -	highlightEditorController_ = new HighlightEditorController(uiEventStream_, uiFactory_, highlightManager_); +	highlightEditorController_ = new HighlightEditorController(uiEventStream_, contactSuggesterWithRoster_, uiFactory_, highlightManager_);  	soundEventController_ = new SoundEventController(eventController_, soundPlayer, settings, highlightManager_);  | 
 Swift