diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-04 19:55:59 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-04 19:55:59 (GMT) |
| commit | 5a2da01a5b1d59bae3d1f00132230835e6803301 (patch) | |
| tree | a580fe32daa8bac4acb002d32f51552a00c30e72 /src/search/SearchController.h | |
| parent | 82d2bcc7c2fe7ae5ba40b915ce22422a36d68639 (diff) | |
| download | powder-5a2da01a5b1d59bae3d1f00132230835e6803301.zip powder-5a2da01a5b1d59bae3d1f00132230835e6803301.tar.gz | |
Tags, fixes #55
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(); |
