X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0d1120fd953249ad6292b8684a2accb8890fb4ef..9dbaa1f22054ff5492e793259d5641b876b57ac1:/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; }