Lint. One line of lint.

This commit is contained in:
Dr. Chat 2015-08-18 19:13:36 -05:00
parent f5104af0a2
commit c50cc1cb84
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class KeyEvent : public UIEvent {
int key_code_ = 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 {