summaryrefslogtreecommitdiff
path: root/src/search/SearchController.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-21 13:19:10 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-21 13:19:10 (GMT)
commit8ec6aae617525d13697d1c2a612ac37be0f341d5 (patch)
treee4cdf0795e0f77505acc0c1be544532912569959 /src/search/SearchController.h
parentd364a27ed6da5d75d1880c98c3fb2be683c5b915 (diff)
downloadpowder-8ec6aae617525d13697d1c2a612ac37be0f341d5.zip
powder-8ec6aae617525d13697d1c2a612ac37be0f341d5.tar.gz
Better cleanup for simulation - fix memory leaks
Diffstat (limited to 'src/search/SearchController.h')
-rw-r--r--src/search/SearchController.h1
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);
};