summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/actionevent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/actionevent.hpp')
-rw-r--r--src/guichan/include/guichan/actionevent.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/actionevent.hpp b/src/guichan/include/guichan/actionevent.hpp
index 082f7bdef..0d70c54ce 100644
--- a/src/guichan/include/guichan/actionevent.hpp
+++ b/src/guichan/include/guichan/actionevent.hpp
@@ -103,7 +103,7 @@ namespace gcn
*
* @return The identifier of the event.
*/
- const std::string& getId() const;
+ const std::string& getId() const A_WARN_UNUSED;
protected:
/**