mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Fix compilation on msvc
This commit is contained in:
+2
-2
@@ -7140,8 +7140,8 @@ public:
|
||||
virtual const IfcParse::type_declaration& declaration() const;
|
||||
static const IfcParse::type_declaration& Class();
|
||||
explicit IfcPropertySetDefinitionSet (IfcEntityInstanceData* e);
|
||||
IfcPropertySetDefinitionSet (IfcTemplatedEntityList< IfcPropertySetDefinition >::ptr v);
|
||||
operator IfcTemplatedEntityList< IfcPropertySetDefinition >::ptr() const;
|
||||
IfcPropertySetDefinitionSet (IfcTemplatedEntityList< ::Ifc4::IfcPropertySetDefinition >::ptr v);
|
||||
operator IfcTemplatedEntityList< ::Ifc4::IfcPropertySetDefinition >::ptr() const;
|
||||
};
|
||||
/// IfcRadioActivityMeasure is a measure of activity of radionuclide.
|
||||
/// Usually measured in Becquerel (Bq, 1/s).
|
||||
|
||||
Reference in New Issue
Block a user