X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/44b34d43a7e7cdba4073fb71346f3bb396587071..3b8d451c740c8f49d5abad1496cbf4e4aa47819f:/include/user_property.h diff --git a/include/user_property.h b/include/user_property.h index 402f69fb..78e5675a 100644 --- a/include/user_property.h +++ b/include/user_property.h @@ -7,6 +7,8 @@ $Author: faust $ #ifndef USER_PROPERTY_H #define USER_PROPERTY_H +#include // access + #include #include #include @@ -60,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, @@ -257,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,