Fix shared libraries exports.

This commit is contained in:
Adrien SCHVALBERG
2022-04-26 11:46:21 +02:00
committed by Thomas Krijnen
parent 7e7d576855
commit e7f3856d64
10 changed files with 15 additions and 15 deletions
@@ -49,7 +49,7 @@ public:
IfcGeom::IteratorImplementation* construct(const std::string& schema_name, const IfcGeom::IteratorSettings&, IfcParse::IfcFile*, const std::vector<IfcGeom::filter_t>&, int);
};
IteratorFactoryImplementation& iterator_implementations();
IFC_GEOM_API IteratorFactoryImplementation& iterator_implementations();
namespace IfcGeom {