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:
@@ -41,7 +41,7 @@ public:
|
||||
void finalize() {}
|
||||
bool isTesselated() const;
|
||||
void setUnitNameAndMagnitude(const std::string& /*name*/, float /*magnitude*/) {}
|
||||
void setFile(ifcopenshell::file*) {}
|
||||
void setFile(ifcopenshell::file&) {}
|
||||
std::string ttl_object_id(const IfcGeom::Element* o, const char* const postfix = nullptr);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user