Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/filesystem/inifile.h2
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; }