Add couple missing IfcParse_EXPORTs + add a missing license information

This commit is contained in:
Stinkfist0
2016-05-30 17:12:53 +03:00
parent 53fadd9808
commit 42acc7224c
5 changed files with 27 additions and 6 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ namespace IfcWrite {
// Accumulates all schema instances created from constructors
// This way they can be added in a single batch to the IfcFile
class EntityBuffer {
class IfcParse_EXPORT EntityBuffer {
private:
IfcEntityList::ptr buffer;
static EntityBuffer* i;