diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/filesystem/inifile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filesystem/inifile.h b/src/filesystem/inifile.h index 568eade..6503053 100644 --- a/src/filesystem/inifile.h +++ b/src/filesystem/inifile.h @@ -78,7 +78,7 @@ public: } /// return true of the ini file is open for reading - inline bool is_open() const { return inifile_ifs.is_open(); } + inline bool is_open() { return inifile_ifs.is_open(); } /// current filename inline std::string const & name() const {return inifile_name; } |