diff options
Diffstat (limited to 'src/search/SearchController.h')
| -rw-r--r-- | src/search/SearchController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search/SearchController.h b/src/search/SearchController.h index 8676145..cbef93a 100644 --- a/src/search/SearchController.h +++ b/src/search/SearchController.h @@ -13,6 +13,7 @@ private: SearchView * searchView; public: SearchController(); + ~SearchController(); SearchView * GetView() { return searchView; } void DoSearch(std::string query); }; |
