diff options
Diffstat (limited to 'src/configmanagerbase.h')
-rw-r--r-- | src/configmanagerbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configmanagerbase.h b/src/configmanagerbase.h index b60c73a..11a9a8e 100644 --- a/src/configmanagerbase.h +++ b/src/configmanagerbase.h | |||
@@ -12,7 +12,7 @@ public: | |||
12 | 12 | ||
13 | public: | 13 | public: |
14 | void addSearchPath( const std::string &sPath ); | 14 | void addSearchPath( const std::string &sPath ); |
15 | void loadConfig( const char *lpProfile="default" ); | 15 | void loadConfig( const std::string &sFileName, const char *lpProfile="default" ); |
16 | 16 | ||
17 | private: | 17 | private: |
18 | bool parseConfig( const char *lpFileName, const char *lpProfile ); | 18 | bool parseConfig( const char *lpFileName, const char *lpProfile ); |