X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/6e05022104fe92e54c5f7d7de4e87fa8e5ca2d0d..e304bb6c8aa0206c34e3f4db6994d98214dcff39:/projects/sgauth/settings_impl.h diff --git a/projects/sgauth/settings_impl.h b/projects/sgauth/settings_impl.h index 2de52577..9354e18d 100644 --- a/projects/sgauth/settings_impl.h +++ b/projects/sgauth/settings_impl.h @@ -30,7 +30,7 @@ public: SETTINGS_IMPL(); ~SETTINGS_IMPL() {} 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; }