diff options
Diffstat (limited to 'src/gui/focushandler.h')
-rw-r--r-- | src/gui/focushandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/focushandler.h b/src/gui/focushandler.h index d1691d965..5965ff5ce 100644 --- a/src/gui/focushandler.h +++ b/src/gui/focushandler.h @@ -78,7 +78,7 @@ class FocusHandler final : public gcn::FocusHandler * Checks to see if the widget tabbed to is in a window, and if it is, * it requests the window be moved to the top. */ - void checkForWindow(); + void checkForWindow() const; /** * Stack of widgets that have requested modal forcus. |