Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Delegate some part of Session::logState() to Checker::logState()
[simgrid.git] / src / mc / VisitedState.hpp
index 3e06ecc..364c8bf 100644 (file)
@@ -27,7 +27,7 @@ struct XBT_PRIVATE VisitedState {
   ~VisitedState();
 };
 
-class VisitedStates {
+class XBT_PRIVATE VisitedStates {
   std::vector<std::unique_ptr<simgrid::mc::VisitedState>> states_;
 public:
   void clear() { states_.clear(); }