]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/settings.h
Merge branch 'stg-2.409-radius'
[stg.git] / projects / sgauthstress / settings.h
index b933fa74f389e36f4c136aceedec01c8afafb4ac..4e4b9be1c4340a47f19ec6550546e8e6af63e167 100644 (file)
@@ -24,8 +24,8 @@
 #include <string>
 
 #include "stg/os_int.h"
+#include "stg/module_settings.h"
 
-struct MODULE_SETTINGS;
 class DOTCONFDocumentNode;
 
 class SETTINGS {
@@ -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; }