mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
Serialized.setFile: use file ref instead of pointer for safety
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
void write(const IfcGeom::TriangulationElement* /*o*/) {}
|
||||
void write(const IfcGeom::BRepElement* o);
|
||||
bool isTesselated() const { return false; }
|
||||
void setFile(ifcopenshell::file*) {}
|
||||
void setFile(ifcopenshell::file&) {}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user