diff options
Diffstat (limited to 'gui/dialog.h')
-rw-r--r-- | gui/dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/dialog.h b/gui/dialog.h index 9448de2f7e..dde9ec0976 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -76,7 +76,7 @@ protected: virtual void handleKeyUp(uint16 ascii, int keycode, int modifiers); virtual void handleMouseMoved(int x, int y, int button); virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data); - void handleScreenChanged(); + virtual void handleScreenChanged(); Widget *findWidget(int x, int y); // Find the widget at pos x,y if any |