Skip to content

Commit 9a30397

Browse files
committed
Merge remote-tracking branch 'origin/master' into v0.6.0
2 parents 53577d9 + bef9bd2 commit 9a30397

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ifcgeom/IfcGeom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ if ( it != cache.T.end() ) { e = it->second; return true; }
8080
#include INCLUDE_PARENT_DIR(IfcSchema)
8181

8282
namespace IfcGeom {
83-
class IFC_PARSE_API geometry_exception : public std::exception {
83+
class IFC_GEOM_API geometry_exception : public std::exception {
8484
protected:
8585
std::string message;
8686
public:
@@ -92,7 +92,7 @@ namespace IfcGeom {
9292
}
9393
};
9494

95-
class IFC_PARSE_API too_many_faces_exception : public geometry_exception {
95+
class IFC_GEOM_API too_many_faces_exception : public geometry_exception {
9696
public:
9797
too_many_faces_exception()
9898
: geometry_exception("Too many faces for operation") {}

0 commit comments

Comments
 (0)