Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in AsCluster and friends
[simgrid.git] / src / surf / AsImpl.hpp
index 2e49858..427f232 100644 (file)
@@ -27,8 +27,8 @@ namespace surf {
 XBT_PUBLIC_CLASS AsImpl : public s4u::As {
   friend simgrid::surf::RoutingPlatf;
 protected:
-  AsImpl(const char *name);
-  ~AsImpl();
+  explicit AsImpl(const char *name);
+  ~AsImpl() override;
   
 public:
   /**