summaryrefslogtreecommitdiff
path: root/util/epist/config.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/config.hh')
-rw-r--r--util/epist/config.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/epist/config.hh b/util/epist/config.hh
index 0cb2a1c0..2c295747 100644
--- a/util/epist/config.hh
+++ b/util/epist/config.hh
@@ -63,9 +63,9 @@ public:
Config();
~Config();
- bool getBoolValue(BoolType, bool &) const;
- bool getStringValue(StringType, std::string &) const;
- bool getNumberValue(NumberType, int &) const;
+ bool getValue(BoolType, bool &) const;
+ bool getValue(StringType, std::string &) const;
+ bool getValue(NumberType, int &) const;
void addOption(const std::string &, const std::string &);
};