Fixed warnings

This commit is contained in:
Twan van Laarhoven
2020-05-12 17:49:42 +02:00
parent e6af772ebd
commit e7d0a2106d
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ private:
// notification of new messages
bool is_active_window;
MessageType new_errors_since_last_view;
MessageType new_errors_since_last_view = MESSAGE_NONE;
int blinker_state;
wxTimer blinker_timer;
static const int MAX_BLINKS = 6;