Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/NULL/nullptr/ in our C++ codebase
[simgrid.git] / src / surf / PropertyHolder.hpp
index d58c486..e7da433 100644 (file)
@@ -28,7 +28,7 @@ public:
    */
   xbt_dict_t getProperties();
 private:
-  xbt_dict_t properties_ = NULL;
+  xbt_dict_t properties_ = nullptr;
 };
 
 } /* namespace surf */