Skip to content

Commit

Permalink
Fixed #16258
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Feb 27, 2025
1 parent 22fc718 commit 4ba2b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/netedit/elements/data/GNEGenericData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ GNEGenericData::GNEGenericData(SumoXMLTag tag, GUIIcon icon, const GUIGlObjectTy
GUIGlObject(type, "", GUIIconSubSys::getIcon(icon)),
GNEPathElement(GNEPathElement::Options::DATA_ELEMENT),
myDataIntervalParent(nullptr) {
// mark this generic data as template
myIsTemplate = true;
}


Expand Down

0 comments on commit 4ba2b67

Please sign in to comment.