mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Add couple missing IfcParse_EXPORTs + add a missing license information
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user