aboutsummaryrefslogtreecommitdiff
path: root/gui/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/widget.h')
-rw-r--r--gui/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/widget.h b/gui/widget.h
index 7efd98941b..1ce9ba9285 100644
--- a/gui/widget.h
+++ b/gui/widget.h
@@ -99,7 +99,7 @@ public:
void draw();
void receivedFocus() { _hasFocus = true; receivedFocusWidget(); }
void lostFocus() { _hasFocus = false; lostFocusWidget(); }
- virtual bool wantsFocus() { return false; };
+ virtual bool wantsFocus() { return false; }
void setFlags(int flags) { _flags |= flags; }
void clearFlags(int flags) { _flags &= ~flags; }