summaryrefslogtreecommitdiff
path: root/src/guiTextInputMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiTextInputMenu.h')
-rw-r--r--src/guiTextInputMenu.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/guiTextInputMenu.h b/src/guiTextInputMenu.h
index 76417894b..1a55525c9 100644
--- a/src/guiTextInputMenu.h
+++ b/src/guiTextInputMenu.h
@@ -22,14 +22,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "irrlichttypes_extrabloated.h"
#include "modalMenu.h"
+#include "guiFormSpecMenu.h"
#include <string>
-struct TextDest
-{
- virtual void gotText(std::wstring text) = 0;
- virtual ~TextDest() {};
-};
-
class GUITextInputMenu : public GUIModalMenu
{
public: