From 11c3a6e547be13d4510df6f880acf7fc53af1ae7 Mon Sep 17 00:00:00 2001 From: Adrien SCHVALBERG Date: Wed, 27 Apr 2022 14:02:41 +0200 Subject: [PATCH] Fix ifcparse/Ifc____.h template --- src/ifcopenshell-python/ifcopenshell/express/templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/express/templates.py b/src/ifcopenshell-python/ifcopenshell/express/templates.py index 6870608335..af9ad4d1e9 100644 --- a/src/ifcopenshell-python/ifcopenshell/express/templates.py +++ b/src/ifcopenshell-python/ifcopenshell/express/templates.py @@ -36,7 +36,7 @@ header = """ struct %(schema_name)s { -static const IfcParse::schema_definition& get_schema(); +IFC_PARSE_API static const IfcParse::schema_definition& get_schema(); static const char* const Identifier;