Skip to content

Commit da1cb1d

Browse files
committed
Default value for Poll Change
1 parent 37c728b commit da1cb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/poll_change.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public:
4646
}
4747

4848
private:
49-
bool current_state;
49+
bool current_state = false;
5050
bool change_detected = false;
5151
int last_update_time = 0;
5252
int update_ticks;

0 commit comments

Comments
 (0)