summaryrefslogtreecommitdiff
path: root/src/gui/setup_touch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_touch.h')
-rw-r--r--src/gui/setup_touch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/setup_touch.h b/src/gui/setup_touch.h
index f0d574bdd..150bfd79a 100644
--- a/src/gui/setup_touch.h
+++ b/src/gui/setup_touch.h
@@ -26,6 +26,7 @@
#include <guichan/actionlistener.hpp>
class EditDialog;
+class NamesModel;
class TextField;
class Setup_Touch final : public SetupTabScroll
@@ -38,7 +39,7 @@ class Setup_Touch final : public SetupTabScroll
~Setup_Touch();
protected:
- SetupItemNames *mSizeList;
+ NamesModel *mSizeList;
};
#endif