diff --git a/src/ifcparse/IfcFile.h b/src/ifcparse/IfcFile.h index 87ad601c36..c6f734d1ac 100644 --- a/src/ifcparse/IfcFile.h +++ b/src/ifcparse/IfcFile.h @@ -265,7 +265,7 @@ public: template typename T::list::ptr getInverse(int instance_id, int attribute_index) { - return getInverse(instance_id, &T::Class(), attribute_index)->as(); + return getInverse(instance_id, &T::Class(), attribute_index)->as(); } unsigned int FreshId() { return ++MaxId; }