Skip to content

Commit

Permalink
fixed comment refs #2
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed May 16, 2024
1 parent a08aba8 commit 3095206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netedit/GNENet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ GNENet::replaceIncomingEdge(GNEEdge* which, GNEEdge* by, GNEUndoList* undoList)
while (which->getChildDemandElements().size() > 0) {
GNEChange_Attribute::changeAttribute(which->getChildDemandElements().front(), SUMO_ATTR_EDGE, by->getID(), undoList);
}
// replace in edge demand elements children
// replace in data
while (which->getChildGenericDatas().size() > 0) {
GNEChange_Attribute::changeAttribute(which->getChildGenericDatas().front(), SUMO_ATTR_EDGE, by->getID(), undoList);
}
Expand Down

0 comments on commit 3095206

Please sign in to comment.