X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fconfig.hh;h=2c2957470e075fa18f3470fb9b35fadbe7f45824;hb=0b72760cead4cc3a1b2b29a7dc6e36b59df2eef4;hp=0cb2a1c048d22425c4f0484f5e5c534e1695ffbd;hpb=11e643f4b885ee1f96112fcf531739a339691272;p=chaz%2Fopenbox 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 &); };