mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
Remote desk client supports Linux platform
This commit is contained in:
@@ -24,8 +24,8 @@ class ThreadBase {
|
||||
private:
|
||||
std::unique_ptr<std::thread> thread_ = nullptr;
|
||||
|
||||
std::atomic<bool> stop_ = false;
|
||||
std::atomic<bool> pause_ = false;
|
||||
std::atomic<bool> stop_{false};
|
||||
std::atomic<bool> pause_{false};
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user