From 2c3ce1f7a7370483bf6a23939488dc4908064b19 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Wed, 14 Sep 2011 17:34:40 +0300 Subject: [PATCH] Hide assignement operator for USER_IMPL --- projects/stargazer/user_impl.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.43.2