Address clang tidy complaints

Update Ghoul repository
Update SGCT repository
This commit is contained in:
Alexander Bock
2018-11-30 15:34:09 -05:00
parent 752750bee8
commit c7a96a6b59
121 changed files with 626 additions and 670 deletions

View File

@@ -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() {