]> git.stg.codes - stg.git/blobdiff - include/stg/admin_conf.h
Return value from assignment operator.
[stg.git] / include / stg / admin_conf.h
index d906a6540217acd1de25397596bd45c2d0cc9f21..c13160eea86ba47e26e380ba692bb637b95b3f6c 100644 (file)
@@ -90,6 +90,7 @@ struct ADMIN_CONF_RES
         priv = rhs.priv;
         login = rhs.login;
         password = rhs.password;
+        return *this;
     }
     RESETABLE<PRIV> priv;
     RESETABLE<std::string> login;