Skip to content
Snippets Groups Projects
Commit 2969e036 authored by Christian Werner's avatar Christian Werner
Browse files

fix typo

parent 2ee5d533
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ class ButtonEvent {
enum press_t{shortPress, longPress, veryLongPress};
enum button_t{button1, button2};
ButtonEvent(press_t type = shortPress, button_t source = button1) // inline constructor an use initilizer list (-8 bytes in .text)
ButtonEvent(press_t type = shortPress, button_t source = button1) // inline constructor and use initilizer list (-8 bytes in .text)
: typeId{type}, sourceId{source}
{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment