TaskAttacher: Fix the string maker such that it does not show TNP string.

This commit is contained in:
PaddleStroke
2024-10-15 12:23:35 +02:00
parent 8d83bae160
commit bb4f86586d
3 changed files with 15 additions and 24 deletions

View File

@@ -134,7 +134,7 @@ ElementNamePair GeoFeature::_getElementName(const char* name,
}
}
DocumentObject* GeoFeature::resolveElement(DocumentObject* obj,
DocumentObject* GeoFeature::resolveElement(const DocumentObject* obj,
const char* subname,
ElementNamePair& elementName,
bool append,