Salome HOME
Some factorization before integration of ParaMEDMEM into medcoupling python module
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingRefCountObject.hxx
index 5130f1a2f00f8eb3b5c205d5eb06a186d2ba6b60..7fdf91f538d0a2dad02af990070961f805d80e71 100644 (file)
@@ -114,8 +114,8 @@ namespace MEDCoupling
     MEDCOUPLING_EXPORT std::vector<std::string> keys() const;
     MEDCOUPLING_EXPORT void erase(const std::string& key);
     MEDCOUPLING_EXPORT void clear();
-    MEDCOUPLING_EXPORT void setKeyValue(const std::string& key, const std::string& value);
-    MEDCOUPLING_EXPORT void setKeyValueForce(const std::string& key, const std::string& value);
+    MEDCOUPLING_EXPORT void setKeyValue(const std::string& key, const std::string& val);
+    MEDCOUPLING_EXPORT void setKeyValueForce(const std::string& key, const std::string& val);
     MEDCOUPLING_EXPORT std::string printSelf() const;
   private:
     GlobalDict() { }