X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/97ca31c43dab24a57115904fb6688bcc060e052b..3b8d451c740c8f49d5abad1496cbf4e4aa47819f:/include/user_property.h diff --git a/include/user_property.h b/include/user_property.h index 3075d8f9..78e5675a 100644 --- a/include/user_property.h +++ b/include/user_property.h @@ -62,7 +62,7 @@ template class USER_PROPERTY_LOGGED: public USER_PROPERTY { public: USER_PROPERTY_LOGGED(varT & val, - const std::string n, + const std::string & n, bool isPassword, bool isStat, STG_LOGGER & logger, @@ -259,7 +259,7 @@ afterNotifiers.erase(n); template inline USER_PROPERTY_LOGGED::USER_PROPERTY_LOGGED(varT & val, - std::string n, + const std::string & n, bool isPass, bool isSt, STG_LOGGER & logger,