Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: remove redundant access specifier.
[simgrid.git] / src / mc / checker / LivenessChecker.hpp
index 160b77c..1f9be7f 100644 (file)
@@ -77,7 +77,7 @@ private:
   void purgeVisitedPairs();
   void backtrack();
   std::shared_ptr<Pair> newPair(Pair* pair, xbt_automaton_state_t state, std::shared_ptr<const std::vector<int>> propositions);
-private:
+
   // A stack of (application_state, automaton_state) pairs for DFS exploration:
   std::list<std::shared_ptr<Pair>> explorationStack_;
   std::list<std::shared_ptr<VisitedPair>> acceptancePairs_;