diff options
Diffstat (limited to 'src/ThreadNetwork.hpp')
-rw-r--r-- | src/ThreadNetwork.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ThreadNetwork.hpp b/src/ThreadNetwork.hpp index a0917cd..60df0d0 100644 --- a/src/ThreadNetwork.hpp +++ b/src/ThreadNetwork.hpp @@ -6,7 +6,7 @@ class ThreadNetwork : Thread { NetworkClient *nc = nullptr; - GlobalState state; + bool isRunning = true; public: ThreadNetwork(); ~ThreadNetwork(); |