Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix: "std::move" should only be used where moving can happen (Sonar).
[simgrid.git] / src / mc / explo / udpor / ExtensionSetCalculator.hpp
index f257a7f..60a4ac3 100644 (file)
@@ -38,7 +38,7 @@ private:
   static EventSet partially_extend_ActorJoin(const Configuration&, Unfolding*, std::shared_ptr<Transition>);
 
 public:
-  static EventSet partially_extend(const Configuration&, Unfolding*, const std::shared_ptr<Transition>);
+  static EventSet partially_extend(const Configuration&, Unfolding*, std::shared_ptr<Transition>);
 };
 
 } // namespace simgrid::mc::udpor