X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/306856457e4490c8d97d80d2cd5f2c5535190181..2c3ce1f7a7370483bf6a23939488dc4908064b19:/projects/stargazer/user_impl.h diff --git a/projects/stargazer/user_impl.h b/projects/stargazer/user_impl.h index 62efa796..88506a2f 100644 --- a/projects/stargazer/user_impl.h +++ b/projects/stargazer/user_impl.h @@ -206,6 +206,8 @@ public: void OnDelete(); private: + USER_IMPL & operator=(const USER_IMPL & rvalue); + const USERS * users; USER_PROPERTIES property; STG_LOGGER & WriteServLog;