aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ListWidget.h')
-rw-r--r--gui/ListWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ListWidget.h b/gui/ListWidget.h
index 6d36fc4502..e31b58d813 100644
--- a/gui/ListWidget.h
+++ b/gui/ListWidget.h
@@ -82,7 +82,7 @@ public:
virtual bool handleKeyUp(uint16 ascii, int keycode, int modifiers);
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
- virtual bool wantsFocus() { return true; };
+ virtual bool wantsFocus() { return true; }
// Made startEditMode for SCUMM's SaveLoadChooser
void startEditMode();