Browse Source

add/set for bool and string

Wolfgang Ortmann 9 years ago
parent
commit
265ddd1b07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/KindConfig.h

+ 1 - 1
src/KindConfig.h

@@ -16,7 +16,7 @@ public:
 
   void addFile(const std::string& fn);
   //  void addFile(std::istream& is);
-  void add(const std::string& key, const std::string& value)
+  void addString(const std::string& key, const std::string& value)
   {
     settings[key].push_back(value);
   }