mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-14 17:40:26 -05:00
Remove unnecessary template specification for lock_guard
This commit is contained in:
@@ -228,7 +228,7 @@ bool HttpSynchronization::trySyncFromUrl(std::string listUrl) {
|
||||
return !_shouldCancel;
|
||||
}
|
||||
|
||||
std::lock_guard<std::mutex> guard(sizeDataMutex);
|
||||
std::lock_guard guard(sizeDataMutex);
|
||||
|
||||
sizeData[line] = { p.totalBytesKnown, p.totalBytes, p.downloadedBytes };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user