diff options
| -rw-r--r-- | Swift/Controllers/MainController.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Swift/Controllers/MainController.cpp b/Swift/Controllers/MainController.cpp index 6c9c5dd..591ccda 100644 --- a/Swift/Controllers/MainController.cpp +++ b/Swift/Controllers/MainController.cpp @@ -79,6 +79,7 @@ MainController::MainController(ChatWindowFactory* chatWindowFactory, MainWindowF  	discoResponder_ = NULL;  	presenceSender_ = NULL;  	client_ = NULL; +	mucSearchController_ = NULL;  	mucSearchWindowFactory_ = mucSearchWindowFactory;  	eventWindowFactory_ = eventWindowFactory; | 
 Swift
 Swift