diff options
Diffstat (limited to 'src/search/SearchController.cpp')
| -rw-r--r-- | src/search/SearchController.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/search/SearchController.cpp b/src/search/SearchController.cpp index cd1e5f0..d7d422c 100644 --- a/src/search/SearchController.cpp +++ b/src/search/SearchController.cpp @@ -34,7 +34,8 @@ SearchController::SearchController(ControllerCallback * callback): activePreview(NULL), HasExited(false), nextQueryTime(0.0f), - nextQueryDone(true) + nextQueryDone(true), + searchModel(NULL) { searchModel = new SearchModel(); searchView = new SearchView(); |
