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
@@ -39,7 +39,7 @@
namespace IfcUtil {
class IfcEnumerationDescriptor {
class IfcParse_EXPORT IfcEnumerationDescriptor {
private:
IfcSchema::Type::Enum type;
std::vector<std::string> values;
@@ -62,7 +62,7 @@ namespace IfcUtil {
}
};
class IfcEntityDescriptor {
class IfcParse_EXPORT IfcEntityDescriptor {
public:
class IfcArgumentDescriptor
{