mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
IFC_PARSE_API for IfcInvalidTokenException after merge
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user