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);