summaryrefslogtreecommitdiff
path: root/src/guiTextInputMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiTextInputMenu.h')
-rw-r--r--src/guiTextInputMenu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guiTextInputMenu.h b/src/guiTextInputMenu.h
index c679aa9ca..2939cf654 100644
--- a/src/guiTextInputMenu.h
+++ b/src/guiTextInputMenu.h
@@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
struct TextDest
{
virtual void gotText(std::wstring text) = 0;
+ virtual ~TextDest() {};
};
class GUITextInputMenu : public GUIModalMenu