Fixed declaration
This commit is contained in:
parent
cd0ef02ab1
commit
4015f11718
@ -225,7 +225,7 @@ namespace ts {
|
|||||||
|
|
||||||
sql::SqlManager* sql;
|
sql::SqlManager* sql;
|
||||||
|
|
||||||
std::lock_guard group_lock{};
|
std::mutex group_lock{};
|
||||||
std::vector<std::shared_ptr<Group>> groups;
|
std::vector<std::shared_ptr<Group>> groups;
|
||||||
|
|
||||||
threads::Mutex cacheLock;
|
threads::Mutex cacheLock;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user