Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename the fields of the PropertyHolder
[simgrid.git] / src / surf / PropertyHolder.hpp
index 0684173..3d2cdf1 100644 (file)
@@ -28,7 +28,7 @@ public:
    */
   xbt_dict_t getProperties();
 private:
-  xbt_dict_t p_properties = NULL;
+  xbt_dict_t properties_ = NULL;
 };
 
 } /* namespace surf */