+ consistent naming

This commit is contained in:
wmayer
2016-04-13 11:37:09 +02:00
parent cbb9485afd
commit d604abdfc4
3 changed files with 4 additions and 4 deletions

View File

@@ -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);
}