summaryrefslogtreecommitdiff
path: root/src/guichan/gui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/gui.hpp')
-rw-r--r--src/guichan/gui.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/guichan/gui.hpp b/src/guichan/gui.hpp
index da5d71250..17d49c979 100644
--- a/src/guichan/gui.hpp
+++ b/src/guichan/gui.hpp
@@ -367,7 +367,8 @@ namespace gcn
*
* @since 0.6.0
*/
- virtual void distributeKeyEventToGlobalKeyListeners(KeyEvent& keyEvent);
+ virtual void distributeKeyEventToGlobalKeyListeners(KeyEvent&
+ keyEvent);
/**
* Gets the widget at a certain position.