Skip to content

Commit

Permalink
fixing warning #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Nov 11, 2023
1 parent 62cf977 commit 4c0fd85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netedit/elements/demand/GNEStop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@ GNEStop::setAttribute(SumoXMLAttr key, const std::string& value) {
parametersSet &= ~STOP_EXPECTED_CONTAINERS_SET;
}
}
break;
case SUMO_ATTR_JOIN:
if (joinTriggered) {
join = value;
Expand Down

0 comments on commit 4c0fd85

Please sign in to comment.