diff options
Diffstat (limited to 'src/guichan/include/guichan/event.hpp')
-rw-r--r-- | src/guichan/include/guichan/event.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/guichan/include/guichan/event.hpp b/src/guichan/include/guichan/event.hpp index c6afee48c..5657b473a 100644 --- a/src/guichan/include/guichan/event.hpp +++ b/src/guichan/include/guichan/event.hpp @@ -83,11 +83,9 @@ namespace gcn * * @return The source widget of the event. */ - Widget* getSource() const; - + Widget* getSource() const A_WARN_UNUSED; protected: - /** * Holds the source widget of the event. */ |