Core: Part::PartFeature should be Part::Feature
This commit is contained in:
committed by
Chris Hennes
parent
914e756cf0
commit
ef0ca1cff3
@@ -59,7 +59,7 @@ struct TypeData;
|
||||
if (anode->is<Mesh::MeshFeature>()) {
|
||||
// do something..
|
||||
}
|
||||
else if (anode->is<Part::PartFeature>()) {
|
||||
else if (anode->is<Part::Feature>()) {
|
||||
// do something..
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user