mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 16:22:53 +00:00
Serialized.setFile: use file ref instead of pointer for safety
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
void finalize() {}
|
||||
bool isTesselated() const { return true; }
|
||||
void setUnitNameAndMagnitude(const std::string& /*name*/, float /*magnitude*/) {}
|
||||
void setFile(ifcopenshell::file*) {}
|
||||
void setFile(ifcopenshell::file&) {}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user