mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-07 04:46:25 +00:00
Serialized.setFile: use file ref instead of pointer for safety
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
virtual bool is_streaming() const { return false; }
|
||||
virtual void writeHeader() = 0;
|
||||
virtual void finalize() = 0;
|
||||
virtual void setFile(ifcopenshell::file*) = 0;
|
||||
virtual void setFile(ifcopenshell::file&) = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user