We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b3ca3 commit bef9bd2Copy full SHA for bef9bd2
src/ifcgeom/IfcGeom.h
@@ -73,7 +73,7 @@ if ( it != cache.T.end() ) { e = it->second; return true; }
73
#endif
74
75
namespace IfcGeom {
76
- class IFC_PARSE_API geometry_exception : public std::exception {
+ class IFC_GEOM_API geometry_exception : public std::exception {
77
protected:
78
std::string message;
79
public:
@@ -85,7 +85,7 @@ namespace IfcGeom {
85
}
86
};
87
88
- class IFC_PARSE_API too_many_faces_exception : public geometry_exception {
+ class IFC_GEOM_API too_many_faces_exception : public geometry_exception {
89
90
too_many_faces_exception()
91
: geometry_exception("Too many faces for operation") {}
0 commit comments