+ consistent naming
This commit is contained in:
@@ -236,7 +236,7 @@ void Part2DObject::Restore(Base::XMLReader &reader)
|
||||
//reading legacy Support - when the Support could only be a single flat face.
|
||||
App::PropertyLinkSub tmp;//getTypeId() is not static =(
|
||||
if (0 == strcmp(tmp.getTypeId().getName(),TypeName)) {
|
||||
static_cast<App::PropertyLinkSubList*>(prop)->Restore_FromLinkSub(reader);
|
||||
static_cast<App::PropertyLinkSubList*>(prop)->RestoreFromLinkSub(reader);
|
||||
}
|
||||
this->MapMode.setValue(Attacher::mmFlatFace);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user