diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-08 13:51:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-08 17:55:40 +0300 |
commit | 9247c5a23757e01ef7ee91dd5655fcab177e5e6d (patch) | |
tree | 38e947cdaa6f1ec33651560b81851b7a255a58ac /src/events | |
parent | fcf53dd7d524c2204f39269be5768a1919daef42 (diff) | |
download | plus-9247c5a23757e01ef7ee91dd5655fcab177e5e6d.tar.gz plus-9247c5a23757e01ef7ee91dd5655fcab177e5e6d.tar.bz2 plus-9247c5a23757e01ef7ee91dd5655fcab177e5e6d.tar.xz plus-9247c5a23757e01ef7ee91dd5655fcab177e5e6d.zip |
fix code style.
Diffstat (limited to 'src/events')
-rw-r--r-- | src/events/inputguievent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/inputguievent.h b/src/events/inputguievent.h index dbd2593d7..e42bec27f 100644 --- a/src/events/inputguievent.h +++ b/src/events/inputguievent.h @@ -81,7 +81,7 @@ class InputGuiEvent: public Event * @param source The source widget of the event. * @param isMetaPressed True if meta is pressed, false otherwise. */ - InputGuiEvent(Widget *const source) : + explicit InputGuiEvent(Widget *const source) : Event(source), mIsConsumed(false) { } |