diff --git a/src/ifcparse/IfcException.h b/src/ifcparse/IfcException.h index 71600ccc64..0d004f0690 100644 --- a/src/ifcparse/IfcException.h +++ b/src/ifcparse/IfcException.h @@ -54,7 +54,7 @@ namespace IfcParse { ~IfcAttributeOutOfRangeException () throw () {} }; - class IfcParse_EXPORT IfcInvalidTokenException : public IfcException { + class IFC_PARSE_API IfcInvalidTokenException : public IfcException { public: IfcInvalidTokenException( int token_start,