GeomIterator is not exposed for use if the library is built dynamically on windows (#1583)

This commit is contained in:
Carmen Fan
2021-07-27 08:36:44 +01:00
committed by GitHub
parent 3b401ec28f
commit f7765c531b
3 changed files with 13 additions and 13 deletions
@@ -45,7 +45,7 @@
* *
* IfcGeom::Iterator::get() *
* returns a pointer to the current IfcGeom::Element *
* *
* *
* IfcGeom::Iterator::next() *
* returns true iff a following entity is available for a successive call to *
* IfcGeom::Iterator::get() *
@@ -69,9 +69,9 @@
#endif
namespace IfcGeom {
template <typename P = double, typename PP = P>
class Iterator {
class IFC_GEOM_API Iterator {
private:
Iterator(const Iterator&); // N/I
Iterator& operator=(const Iterator&); // N/I