X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/11481ec0686375a53d1096d9886ad258dfbfc4b1..2938350ef873d235860bee051062edcfd2596da6:/src/mc/explo/udpor/ExtensionSetCalculator.hpp diff --git a/src/mc/explo/udpor/ExtensionSetCalculator.hpp b/src/mc/explo/udpor/ExtensionSetCalculator.hpp index f257a7f3a7..60a4ac375b 100644 --- a/src/mc/explo/udpor/ExtensionSetCalculator.hpp +++ b/src/mc/explo/udpor/ExtensionSetCalculator.hpp @@ -38,7 +38,7 @@ private: static EventSet partially_extend_ActorJoin(const Configuration&, Unfolding*, std::shared_ptr); public: - static EventSet partially_extend(const Configuration&, Unfolding*, const std::shared_ptr); + static EventSet partially_extend(const Configuration&, Unfolding*, std::shared_ptr); }; } // namespace simgrid::mc::udpor