mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
fix ssesvr use of deleted function (#938)
This commit is contained in:
parent
75fdb06696
commit
dcf24d45a2
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ public:
|
|||
private:
|
||||
mutex m_;
|
||||
condition_variable cv_;
|
||||
atomic_int id_ = 0;
|
||||
atomic_int cid_ = -1;
|
||||
atomic_int id_{0};
|
||||
atomic_int cid_{-1};
|
||||
string message_;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue