]> git.stg.codes - stg.git/blobdiff - projects/sgauth/settings_impl.h
Pass config file via const reference in sgauth/sgathstress settings
[stg.git] / projects / sgauth / settings_impl.h
index 2de52577709728c08e15d5106e59871a6ddc988f..9354e18decf236978f259ce8d5b9248a1ffeaf8a 100644 (file)
@@ -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; }