Fixed another small compile error
This commit is contained in:
parent
ea0f75756d
commit
968cd7172b
@ -34,7 +34,7 @@ using namespace ts;
|
||||
using namespace ts::server;
|
||||
|
||||
extern bool mainThreadActive;
|
||||
InstanceHandler::InstanceHandler(SqlDataManager *sql) : sql(sql), permission_helper_{this} {
|
||||
InstanceHandler::InstanceHandler(SqlDataManager *sql) : sql(sql) {
|
||||
serverInstance = this;
|
||||
|
||||
this->general_task_executor_ = std::make_shared<task_executor>(ts::config::threads::ticking, "instance tick ");
|
||||
|
Loading…
Reference in New Issue
Block a user