diff --git a/code/Ragl/graph_vs.h b/code/Ragl/graph_vs.h index 525fafb..8fbac96 100644 --- a/code/Ragl/graph_vs.h +++ b/code/Ragl/graph_vs.h @@ -1129,7 +1129,7 @@ private: {} search_node(const search_node& t) : mNode(t.mNode), - mParentVisit(t.mParentVisit) + mParentVisit(t.mParentVisit), mCostToGoal(t.mCostToGoal), mCostFromStart(t.mCostFromStart) {} @@ -1773,4 +1773,4 @@ public: }; } -#endif \ No newline at end of file +#endif