]> git.stg.codes - stg.git/blobdiff - projects/stargazer/user_impl.h
Hide assignement operator for USER_IMPL
[stg.git] / projects / stargazer / user_impl.h
index 62efa796ec9d816305dd215106fa1fd891ac8187..88506a2f646030b5ac2bd47e7593a12a9c5ff949 100644 (file)
@@ -206,6 +206,8 @@ public:
     void            OnDelete();
 
 private:
+    USER_IMPL & operator=(const USER_IMPL & rvalue);
+
     const USERS *   users;
     USER_PROPERTIES property;
     STG_LOGGER &    WriteServLog;