Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
EngineImpl::shutdown doesn't have to be static
[simgrid.git] / src / kernel / EngineImpl.hpp
index febb9db..63d2c44 100644 (file)
@@ -85,7 +85,7 @@ public:
   EngineImpl(const EngineImpl&) = delete;
   EngineImpl& operator=(const EngineImpl&) = delete;
   virtual ~EngineImpl();
-  static void shutdown();
+  void shutdown();
 #endif
 
   void initialize(int* argc, char** argv);