From: Maxim Mamontov <faust.madf@gmail.com>
Date: Wed, 14 Sep 2011 14:34:40 +0000 (+0300)
Subject: Hide assignement operator for USER_IMPL
X-Git-Tag: 2.408-rc1~56
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/2c3ce1f7a7370483bf6a23939488dc4908064b19

Hide assignement operator for USER_IMPL
---

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;