mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-23 05:19:18 -06:00
Address clang tidy complaints
Update Ghoul repository Update SGCT repository
This commit is contained in:
@@ -68,7 +68,7 @@ void ServerModule::internalInitialize(const ghoul::Dictionary&) {
|
||||
_servers.push_back(std::move(tcpServer));
|
||||
_servers.push_back(std::move(wsServer));
|
||||
|
||||
global::callback::preSync.push_back([this]() { preSync(); });
|
||||
global::callback::preSync.emplace_back([this]() { preSync(); });
|
||||
}
|
||||
|
||||
void ServerModule::preSync() {
|
||||
|
||||
Reference in New Issue
Block a user