mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-05 00:49:09 +02:00
Fixes for multiple new issues from Sonar
This commit is contained in:
@ -209,8 +209,8 @@ void NetworkConnection::close()
|
||||
}
|
||||
|
||||
InternalConnection::InternalConnection(INetworkConnectionListener & listener, const std::shared_ptr<NetworkContext> & context)
|
||||
: listener(listener)
|
||||
, io(context)
|
||||
: io(context)
|
||||
, listener(listener)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user