diff options
Diffstat (limited to 'src/guichan')
-rw-r--r-- | src/guichan/include/guichan/focushandler.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guichan/include/guichan/focushandler.hpp b/src/guichan/include/guichan/focushandler.hpp index 49bb4e2e5..f5ac8f044 100644 --- a/src/guichan/include/guichan/focushandler.hpp +++ b/src/guichan/include/guichan/focushandler.hpp @@ -55,8 +55,7 @@ namespace gcn /** * Handles focus for widgets in a Gui. Each Gui has at least one - * focus handler. - + * focus handler. * You will probably not use the focus handler directly as Widget * has functions that automatically uses the active focus handler. * |