From 0389bd0c4b10e8286b6c2e52c726bfc370487ae5 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 17 Mar 2011 17:46:38 +0200 Subject: HUGO: Fix compilation --- engines/hugo/dialogs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo/dialogs.h') 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); -- cgit v1.2.3