diff options
Diffstat (limited to 'src/guichan/actionevent.cpp')
-rw-r--r-- | src/guichan/actionevent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/actionevent.cpp b/src/guichan/actionevent.cpp index 7348587d7..a2e22abee 100644 --- a/src/guichan/actionevent.cpp +++ b/src/guichan/actionevent.cpp @@ -52,7 +52,7 @@ namespace gcn { - ActionEvent::ActionEvent(Widget* source, const std::string& id) + ActionEvent::ActionEvent(Widget *const source, const std::string &id) :Event(source), mId(id) { |