]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/PropertyHolder.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #198 from Takishipp/clear_fct
[simgrid.git] / src / surf / PropertyHolder.hpp
index e7da433266ceb7c07b520424e8fc825ae9dd66a0..ba06640feb6b8b35f12a49cddbdde0d163804c22 100644 (file)
@@ -17,7 +17,7 @@ namespace surf {
 class PropertyHolder { // DO NOT DERIVE THIS CLASS, or the diamond inheritance mayhem will get you
 
 public:
-  explicit PropertyHolder(xbt_dict_t props);
+  explicit PropertyHolder();
   ~PropertyHolder();
 
   const char *getProperty(const char*id);