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