From db3a6c8ef728b7ebdf67b01d175741e8693eed7a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 1 Jun 2023 21:47:07 +0200 Subject: [PATCH] typename :( --- src/ifcparse/IfcFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }