Switch TaskGoalListManager::TaskGoalLists to std::vector

This commit is contained in:
Michael Cook (mackal)
2018-06-11 21:49:32 -04:00
parent 653824ae9e
commit 4fec8a2b75
2 changed files with 23 additions and 27 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ public:
private:
TaskGoalList_Struct *TaskGoalLists;
std::vector<TaskGoalList_Struct> TaskGoalLists;
int NumberOfLists;
};