This commit is contained in:
vaxerski 2022-03-17 20:22:29 +01:00
parent ab7d727532
commit bc937e3e71
12 changed files with 222 additions and 10 deletions

View file

@ -1,7 +1,7 @@
#include "ManagerThread.hpp"
CManagerThread::CManagerThread() {
m_tMainThread = new std::thread([=]() {
m_tMainThread = new std::thread([&]() {
// Call the handle method.
this->handle();
});