]> Dogcows Code - chaz/openbox/blobdiff - util/epist/config.hh
some debug messages for bug testing
[chaz/openbox] / util / epist / config.hh
index 0cb2a1c048d22425c4f0484f5e5c534e1695ffbd..2c2957470e075fa18f3470fb9b35fadbe7f45824 100644 (file)
@@ -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 &);
 };
This page took 0.02159 seconds and 4 git commands to generate.