summaryrefslogtreecommitdiff
path: root/SA_POP/SA_WorkingPlan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'SA_POP/SA_WorkingPlan.cpp')
-rw-r--r--SA_POP/SA_WorkingPlan.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/SA_POP/SA_WorkingPlan.cpp b/SA_POP/SA_WorkingPlan.cpp
index b0860dd1b66..3c009856b04 100644
--- a/SA_POP/SA_WorkingPlan.cpp
+++ b/SA_POP/SA_WorkingPlan.cpp
@@ -41,8 +41,8 @@ add_threats_cmd_ (0)
// Clear goal.
this->goal_.goal_id = "NULL";
this->goal_.name = "NULL";
- this->goal_.abs_time_constraints.clear ();
- this->goal_.rel_time_constraints.clear ();
+ this->goal_.abs_times.clear ();
+ this->goal_.rel_times.clear ();
this->goal_.goal_conds.clear ();
this->goal_.start_window = std::make_pair (0, 0);