mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 22:16:41 +00:00
Serialized.setFile: use file ref instead of pointer for safety
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
void finalize();
|
||||
bool isTesselated() const { return true; }
|
||||
void setUnitNameAndMagnitude(const std::string&, float) {}
|
||||
void setFile(ifcopenshell::file*) {}
|
||||
void setFile(ifcopenshell::file&) {}
|
||||
std::string object_id_unique(const IfcGeom::Element* o);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user