Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add missing '&' causing temporary value to be modified
[simgrid.git] / src / kernel / EngineImpl.hpp
index ab1ea0711ff9d1254fff4d7eb8437ac76b0e885e..68624091c3ae60969ba98aec04956fe33948db82 100644 (file)
@@ -58,6 +58,7 @@ class EngineImpl {
   friend s4u::Engine;
 
   std::vector<std::string> cmdline_; // Copy of the argv we got (including argv[0])
+
 public:
   EngineImpl() = default;