Lint. One line of lint.
This commit is contained in:
parent
f5104af0a2
commit
c50cc1cb84
|
@ -48,7 +48,7 @@ class KeyEvent : public UIEvent {
|
||||||
int key_code_ = 0;
|
int key_code_ = 0;
|
||||||
|
|
||||||
int repeat_count_ = 0;
|
int repeat_count_ = 0;
|
||||||
bool prev_state_ = false; // Key previously down(true) or up(false)
|
bool prev_state_ = false; // Key previously down(true) or up(false)
|
||||||
};
|
};
|
||||||
|
|
||||||
class MouseEvent : public UIEvent {
|
class MouseEvent : public UIEvent {
|
||||||
|
|
Loading…
Reference in New Issue