We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53577d9 + bef9bd2 commit 9a30397Copy full SHA for 9a30397
1 file changed
src/ifcgeom/IfcGeom.h
@@ -80,7 +80,7 @@ if ( it != cache.T.end() ) { e = it->second; return true; }
80
#include INCLUDE_PARENT_DIR(IfcSchema)
81
82
namespace IfcGeom {
83
- class IFC_PARSE_API geometry_exception : public std::exception {
+ class IFC_GEOM_API geometry_exception : public std::exception {
84
protected:
85
std::string message;
86
public:
@@ -92,7 +92,7 @@ namespace IfcGeom {
92
}
93
};
94
95
- class IFC_PARSE_API too_many_faces_exception : public geometry_exception {
+ class IFC_GEOM_API too_many_faces_exception : public geometry_exception {
96
97
too_many_faces_exception()
98
: geometry_exception("Too many faces for operation") {}
0 commit comments