summaryrefslogtreecommitdiff
path: root/src/search/SearchModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/SearchModel.h')
-rw-r--r--src/search/SearchModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/SearchModel.h b/src/search/SearchModel.h
index e65c15e..ca6a293 100644
--- a/src/search/SearchModel.h
+++ b/src/search/SearchModel.h
@@ -19,7 +19,7 @@ private:
public:
SearchModel();
void AddObserver(SearchView * observer);
- void UpdateSaveList();
+ void UpdateSaveList(std::string query);
vector<Save> GetSaveList();
string GetLastError() { return lastError; }
};