Fixed declaration

This commit is contained in:
WolverinDEV 2020-05-21 09:52:05 +02:00
parent cd0ef02ab1
commit 4015f11718
1 changed files with 1 additions and 1 deletions

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;