mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix dll export on Windows
Fix dll export on Windows
This commit is contained in:
@@ -73,7 +73,7 @@ if ( it != cache.T.end() ) { e = it->second; return true; }
|
||||
#endif
|
||||
|
||||
namespace IfcGeom {
|
||||
class IFC_PARSE_API geometry_exception : public std::exception {
|
||||
class IFC_GEOM_API geometry_exception : public std::exception {
|
||||
protected:
|
||||
std::string message;
|
||||
public:
|
||||
@@ -85,7 +85,7 @@ namespace IfcGeom {
|
||||
}
|
||||
};
|
||||
|
||||
class IFC_PARSE_API too_many_faces_exception : public geometry_exception {
|
||||
class IFC_GEOM_API too_many_faces_exception : public geometry_exception {
|
||||
public:
|
||||
too_many_faces_exception()
|
||||
: geometry_exception("Too many faces for operation") {}
|
||||
|
||||
Reference in New Issue
Block a user