mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
IFC_PARSE_API for IfcInvalidTokenException after merge
This commit is contained in:
@@ -54,7 +54,7 @@ namespace IfcParse {
|
|||||||
~IfcAttributeOutOfRangeException () throw () {}
|
~IfcAttributeOutOfRangeException () throw () {}
|
||||||
};
|
};
|
||||||
|
|
||||||
class IfcParse_EXPORT IfcInvalidTokenException : public IfcException {
|
class IFC_PARSE_API IfcInvalidTokenException : public IfcException {
|
||||||
public:
|
public:
|
||||||
IfcInvalidTokenException(
|
IfcInvalidTokenException(
|
||||||
int token_start,
|
int token_start,
|
||||||
|
|||||||
Reference in New Issue
Block a user