mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 18:51:17 -06:00
Adapt to new auto coding style
This commit is contained in:
@@ -137,7 +137,7 @@ void ServerModule::preSync() {
|
||||
continue;
|
||||
}
|
||||
socket->startStreams();
|
||||
std::shared_ptr<Connection> connection = std::make_shared<Connection>(
|
||||
auto connection = std::make_shared<Connection>(
|
||||
std::move(socket),
|
||||
address,
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user