mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
Fix shared libraries exports.
This commit is contained in:
committed by
Thomas Krijnen
parent
7e7d576855
commit
e7f3856d64
@@ -42,7 +42,7 @@
|
||||
|
||||
struct Ifc2x3 {
|
||||
|
||||
static const IfcParse::schema_definition& get_schema();
|
||||
IFC_PARSE_API static const IfcParse::schema_definition& get_schema();
|
||||
|
||||
static const char* const Identifier;
|
||||
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@
|
||||
|
||||
struct Ifc4 {
|
||||
|
||||
static const IfcParse::schema_definition& get_schema();
|
||||
IFC_PARSE_API static const IfcParse::schema_definition& get_schema();
|
||||
|
||||
static const char* const Identifier;
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
struct Ifc4x1 {
|
||||
|
||||
static const IfcParse::schema_definition& get_schema();
|
||||
IFC_PARSE_API static const IfcParse::schema_definition& get_schema();
|
||||
|
||||
static const char* const Identifier;
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
struct Ifc4x2 {
|
||||
|
||||
static const IfcParse::schema_definition& get_schema();
|
||||
IFC_PARSE_API static const IfcParse::schema_definition& get_schema();
|
||||
|
||||
static const char* const Identifier;
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
struct Ifc4x3_rc1 {
|
||||
|
||||
static const IfcParse::schema_definition& get_schema();
|
||||
IFC_PARSE_API static const IfcParse::schema_definition& get_schema();
|
||||
|
||||
static const char* const Identifier;
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
struct Ifc4x3_rc2 {
|
||||
|
||||
static const IfcParse::schema_definition& get_schema();
|
||||
IFC_PARSE_API static const IfcParse::schema_definition& get_schema();
|
||||
|
||||
static const char* const Identifier;
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
struct Ifc4x3_rc3 {
|
||||
|
||||
static const IfcParse::schema_definition& get_schema();
|
||||
IFC_PARSE_API static const IfcParse::schema_definition& get_schema();
|
||||
|
||||
static const char* const Identifier;
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
struct Ifc4x3_rc4 {
|
||||
|
||||
static const IfcParse::schema_definition& get_schema();
|
||||
IFC_PARSE_API static const IfcParse::schema_definition& get_schema();
|
||||
|
||||
static const char* const Identifier;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user