diff options
Diffstat (limited to 'syncClientSocket.h')
-rw-r--r-- | syncClientSocket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syncClientSocket.h b/syncClientSocket.h index 1909ebb..5334079 100644 --- a/syncClientSocket.h +++ b/syncClientSocket.h @@ -26,6 +26,7 @@ public: private: ConnectionList & cl_; std::stringstream iss_; + uint16_t missing_chars; }; |