summaryrefslogtreecommitdiff
path: root/src/base/inifile.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/inifile.hh')
-rw-r--r--src/base/inifile.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/base/inifile.hh b/src/base/inifile.hh
index 631b29b87..a2692919f 100644
--- a/src/base/inifile.hh
+++ b/src/base/inifile.hh
@@ -61,8 +61,8 @@ class IniFile
///
class Entry
{
- std::string value; ///< The entry value.
- mutable bool referenced; ///< Has this entry been used?
+ std::string value; ///< The entry value.
+ mutable bool referenced; ///< Has this entry been used?
public:
/// Constructor.
@@ -96,8 +96,8 @@ class IniFile
/// EntryTable type. Map of strings to Entry object pointers.
typedef m5::hash_map<std::string, Entry *> EntryTable;
- EntryTable table; ///< Table of entries.
- mutable bool referenced; ///< Has this section been used?
+ EntryTable table; ///< Table of entries.
+ mutable bool referenced; ///< Has this section been used?
public:
/// Constructor.