diff options
Diffstat (limited to 'src/events/mouseevent.h')
-rw-r--r-- | src/events/mouseevent.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/events/mouseevent.h b/src/events/mouseevent.h index 9378faac6..fc8088341 100644 --- a/src/events/mouseevent.h +++ b/src/events/mouseevent.h @@ -97,15 +97,15 @@ class MouseEvent: public InputGuiEvent * It's set to zero if another button is used. */ MouseEvent(gcn::Widget *const source, - const bool shiftPressed, - const bool controlPressed, - const bool altPressed, - const bool metaPressed, - const unsigned int type, - const unsigned int button, - const int x, - const int y, - const int clickCount) : + const bool shiftPressed, + const bool controlPressed, + const bool altPressed, + const bool metaPressed, + const unsigned int type, + const unsigned int button, + const int x, + const int y, + const int clickCount) : InputGuiEvent(source, shiftPressed, controlPressed, |