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