mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Fixed warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user