summaryrefslogtreecommitdiff
path: root/src/guichan/selectionevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/selectionevent.cpp')
-rw-r--r--src/guichan/selectionevent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guichan/selectionevent.cpp b/src/guichan/selectionevent.cpp
index 8c8a3f28f..59ba9e641 100644
--- a/src/guichan/selectionevent.cpp
+++ b/src/guichan/selectionevent.cpp
@@ -52,8 +52,8 @@
namespace gcn
{
- SelectionEvent::SelectionEvent(Widget* source)
- :Event(source)
+ SelectionEvent::SelectionEvent(Widget *const source) :
+ Event(source)
{
}