Core: Part::PartFeature should be Part::Feature

This commit is contained in:
Florian Foinant-Willig
2025-04-06 21:40:58 +02:00
committed by Chris Hennes
parent 914e756cf0
commit ef0ca1cff3
9 changed files with 15 additions and 15 deletions

View File

@@ -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 {