summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/event.hpp')
-rw-r--r--src/guichan/include/guichan/event.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/event.hpp b/src/guichan/include/guichan/event.hpp
index 3a4ad26e2..1b52df8ed 100644
--- a/src/guichan/include/guichan/event.hpp
+++ b/src/guichan/include/guichan/event.hpp
@@ -67,7 +67,7 @@ namespace gcn
*
* @param source The source widget of the event.
*/
- Event(Widget* source);
+ Event(Widget *const source);
/**
* Destructor.