]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/settings.h
Fix email.
[stg.git] / projects / sgauthstress / settings.h
index 01542086cb28601baf3b5614b99bf77e52cf497f..3aec0930d94a9559b576e611fd4624c9f88e66ff 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
- *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
+ *    Author : Maksym Mamontov <stg@madf.info>
  */
 
 #ifndef 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; }