aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/dialogs.h')
-rw-r--r--engines/hugo/dialogs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/dialogs.h b/engines/hugo/dialogs.h
index ce53dab45e..1ef196a708 100644
--- a/engines/hugo/dialogs.h
+++ b/engines/hugo/dialogs.h
@@ -102,7 +102,7 @@ protected:
class EntryDialog : public GUI::Dialog {
EntryDialog(const Common::String &title, const Common::String &buttonLabel, const Common::String &defaultValue);
- ~EntryDialog();
+ virtual ~EntryDialog();
void reflowLayout();
void handleCommand(GUI::CommandSender *sender, uint32 command, uint32 data);