summaryrefslogtreecommitdiff
path: root/src/search/SearchView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/SearchView.h')
-rw-r--r--src/search/SearchView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/search/SearchView.h b/src/search/SearchView.h
index c68d42c..795fb74 100644
--- a/src/search/SearchView.h
+++ b/src/search/SearchView.h
@@ -5,6 +5,7 @@
#include "SearchController.h"
#include "interface/SaveButton.h"
#include "interface/Button.h"
+#include "interface/Label.h"
using namespace std;
@@ -18,6 +19,7 @@ private:
vector<ui::SaveButton*> saveButtons;
ui::Button * nextButton;
ui::Button * previousButton;
+ ui::Label * errorLabel;
public:
void NotifySaveListChanged(SearchModel * sender);
SearchView();