From ecf67fe939be3d940512aa0d3f4a73f9da5f200a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 8 Aug 2016 13:39:43 +0200 Subject: [PATCH] IFC_PARSE_API for IfcInvalidTokenException after merge --- src/ifcparse/IfcException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,