Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make some constructors explicit
[simgrid.git] / src / surf / PropertyHolder.hpp
index 3d2cdf1..d58c486 100644 (file)
@@ -17,7 +17,7 @@ namespace surf {
 class PropertyHolder { // DO NOT DERIVE THIS CLASS, or the diamond inheritance mayhem will get you
 
 public:
-  PropertyHolder(xbt_dict_t props);
+  explicit PropertyHolder(xbt_dict_t props);
   ~PropertyHolder();
 
   const char *getProperty(const char*id);