mirror of
https://github.com/oatpp/oatpp.git
synced 2025-01-18 16:43:57 +08:00
Try to fix build
This commit is contained in:
parent
e8e0154121
commit
0d1cbbf8f8
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user