diff options
Diffstat (limited to 'src/search/SearchController.h')
| -rw-r--r-- | src/search/SearchController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/SearchController.h b/src/search/SearchController.h index 16b4039..32ca8b3 100644 --- a/src/search/SearchController.h +++ b/src/search/SearchController.h @@ -30,7 +30,7 @@ public: ~SearchController(); SearchView * GetView() { return searchView; } void Exit(); - void DoSearch(std::string query); + void DoSearch(std::string query, bool now = false); void NextPage(); void PrevPage(); void ChangeSort(); |
