From b90b39a894b24cbbe718cac049cf8cb4b7234f10 Mon Sep 17 00:00:00 2001 From: youaresoomean Date: Mon, 4 Sep 2017 11:09:05 +0200 Subject: [PATCH] Update templates.py --- src/ifcexpressparser/templates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcexpressparser/templates.py b/src/ifcexpressparser/templates.py index b08eaf061f..a0b637c618 100644 --- a/src/ifcexpressparser/templates.py +++ b/src/ifcexpressparser/templates.py @@ -47,8 +47,8 @@ const char* const Identifier = "%(schema_name_upper)s"; %(declarations)s %(class_definitions)s -void InitStringMap(); -IfcUtil::IfcBaseClass* SchemaEntity(IfcEntityInstanceData* e = 0); +IFC_PARSE_API void InitStringMap(); +IFC_PARSE_API IfcUtil::IfcBaseClass* SchemaEntity(IfcEntityInstanceData* e = 0); } #endif