From fae9661efdb61f414ad725577367c9077bb2ad21 Mon Sep 17 00:00:00 2001 From: youaresoomean Date: Fri, 8 Sep 2017 17:18:11 +0200 Subject: [PATCH] Update IfcParse.h (#256) --- src/ifcparse/IfcParse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcparse/IfcParse.h b/src/ifcparse/IfcParse.h index a91d530ee5..ff892ee5cf 100644 --- a/src/ifcparse/IfcParse.h +++ b/src/ifcparse/IfcParse.h @@ -256,9 +256,9 @@ namespace IfcParse { std::string toString(bool upper=false) const; }; - IfcEntityInstanceData* read(unsigned int i, IfcFile* t, boost::optional offset = boost::none); + IFC_PARSE_API IfcEntityInstanceData* read(unsigned int i, IfcFile* t, boost::optional offset = boost::none); - IfcEntityList::ptr traverse(IfcUtil::IfcBaseClass* instance, int max_level = -1); + IFC_PARSE_API IfcEntityList::ptr traverse(IfcUtil::IfcBaseClass* instance, int max_level = -1); } IFC_PARSE_API std::ostream& operator<< (std::ostream& os, const IfcParse::IfcFile& f);