Tune caves
[oweals/minetest.git] / src / guiTextInputMenu.h
index c679aa9ca35bc2430317d5ab07a000d90dad0103..2939cf654d916f0b74e2d897806dc65b6bd32890 100644 (file)
@@ -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