X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f626fa7e7d9a7d28fdc994ae197f82f0a0c6e52..497aee08bf8b36b4981083b79d8473991db1ccde:/src/mc/explo/LivenessChecker.hpp diff --git a/src/mc/explo/LivenessChecker.hpp b/src/mc/explo/LivenessChecker.hpp index a2a860c483..7d4843d53f 100644 --- a/src/mc/explo/LivenessChecker.hpp +++ b/src/mc/explo/LivenessChecker.hpp @@ -51,7 +51,7 @@ public: class XBT_PRIVATE LivenessChecker : public Exploration { public: explicit LivenessChecker(const std::vector& args); - virtual ~LivenessChecker(); + ~LivenessChecker() override; void run() override; RecordTrace get_record_trace() override; @@ -100,7 +100,7 @@ public: void set_property_automaton(xbt_automaton_state_t const& automaton_state) const; xbt_automaton_exp_label_t get_automaton_transition_label(xbt_dynar_t const& dynar, int index) const; xbt_automaton_state_t get_automaton_transition_dst(xbt_dynar_t const& dynar, int index) const; - static void automaton_register_symbol(RemoteProcess& remote_process, const char* name, RemotePtr addr); + static void automaton_register_symbol(RemoteProcess const& remote_process, const char* name, RemotePtr addr); }; } // namespace simgrid::mc