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
+2 -2
View File
@@ -40,7 +40,7 @@ typedef unsigned int UChar32;
namespace IfcParse {
class IfcCharacterDecoder {
class IfcParse_EXPORT IfcCharacterDecoder {
private:
IfcParse::IfcSpfStream* file;
#ifdef HAVE_ICU
@@ -75,7 +75,7 @@ namespace IfcParse {
namespace IfcWrite {
class IfcCharacterEncoder {
class IfcParse_EXPORT IfcCharacterEncoder {
private:
std::string str;
#ifdef HAVE_ICU