X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0d1120fd953249ad6292b8684a2accb8890fb4ef..dda964a76b486001f0debf38deb594ad7c13f416:/projects/sgauthstress/settings.h diff --git a/projects/sgauthstress/settings.h b/projects/sgauthstress/settings.h index 01542086..4e4b9be1 100644 --- a/projects/sgauthstress/settings.h +++ b/projects/sgauthstress/settings.h @@ -33,7 +33,7 @@ public: SETTINGS(); ~SETTINGS() {} int Reload() { return 0; } - void SetConfFile(const std::string cf) { confFile = cf; } + void SetConfFile(const std::string & cf) { confFile = cf; } int ReadSettings(); const std::string & GetStrError() const { return strError; }