X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/64ea8dcf1daac53da58d65aa91b7452aae8b13b7..88474126433cd47e2289512aef9f6e0ddd260a4a:/include/simgrid/s4u/host.hpp diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index c129ad221b..3cec9864d0 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -41,7 +41,7 @@ XBT_PUBLIC_CLASS Host : public simgrid::xbt::Extendable { private: - Host(const char *name); + explicit Host(const char *name); public: // TODO, make me private ~Host(); public: