Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make it possible to destroy the engine
[simgrid.git] / include / simgrid / s4u / Engine.hpp
index 9aab4fe..94dc8d1 100644 (file)
@@ -28,13 +28,11 @@ namespace s4u {
  */
 XBT_PUBLIC_CLASS Engine
 {
-private:
-  ~Engine();
-
 public:
   /** Constructor, taking the command line parameters of your main function */
   Engine(int* argc, char** argv);
 
+  ~Engine();
   /** Finalize the default engine and all its dependencies */
   static void shutdown();