Skip to content
Snippets Groups Projects
Commit 1628c8a4 authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

change interface for addcrossing to return bool

parent 2ce5db9a
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ public: ...@@ -170,7 +170,7 @@ public:
const std::map<int, Hline*>& GetAllHlines() const; const std::map<int, Hline*>& GetAllHlines() const;
const std::map<int, Goal*>& GetAllGoals() const; const std::map<int, Goal*>& GetAllGoals() const;
void AddCrossing(Crossing* line); bool AddCrossing(Crossing* line);
void AddTransition(Transition* line); void AddTransition(Transition* line);
void AddHline(Hline* line); void AddHline(Hline* line);
void AddGoal(Goal* goal); void AddGoal(Goal* goal);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment