Try to fix build

This commit is contained in:
MHaselmaier 2021-05-14 20:49:44 +02:00
parent e8e0154121
commit 0d1cbbf8f8

View File

@ -110,8 +110,8 @@ private:
private:
std::atomic_bool m_running = true;
std::atomic<v_int32> m_tasksCounter = 0;
std::atomic_bool m_running{true};
std::atomic<v_int32> m_tasksCounter{0};
private: