]> git.stg.codes - stg.git/blobdiff - projects/stargazer/user_impl.h
Moved common initialization code to a separate class method.
[stg.git] / projects / stargazer / user_impl.h
index 29cc63c4f57b12522e8df7189ba2d623366f02f4..dbb0d892fe0fb834ed15c9396edbd875776f4324 100644 (file)
@@ -230,6 +230,8 @@ public:
 private:
     USER_IMPL & operator=(const USER_IMPL & rvalue);
 
+    void            Init();
+
     const USERS *   users;
     USER_PROPERTIES property;
     STG_LOGGER &    WriteServLog;