Fixed declaration

This commit is contained in:
WolverinDEV
2020-05-21 09:52:05 +02:00
parent cd0ef02ab1
commit 4015f11718
+1 -1
View File
@@ -225,7 +225,7 @@ namespace ts {
sql::SqlManager* sql;
std::lock_guard group_lock{};
std::mutex group_lock{};
std::vector<std::shared_ptr<Group>> groups;
threads::Mutex cacheLock;