Skip to content

Commit f00637b

Browse files
committed
fix: initialization order warning
1 parent e5e9662 commit f00637b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConnectionHandlerInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
ConnectionHandler::ConnectionHandler(bool const keep_alive, NetworkAdapter interface)
2929
: _keep_alive{keep_alive}
30+
, _check_internet_availability{false}
3031
, _interface{interface}
3132
, _lastConnectionTickTime{millis()}
32-
, _check_internet_availability{false}
3333
, _current_net_connection_state{NetworkConnectionState::INIT}
3434
{
3535

0 commit comments

Comments
 (0)