mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
Follow up after 4d688170e0
This commit is contained in:
@@ -135,7 +135,7 @@ void RocksDbSerializer::write_streaming_() {
|
||||
streamer.coerce_attribute_count = false;
|
||||
|
||||
while (streamer) {
|
||||
auto inst = streamer.read_instance();
|
||||
auto inst = streamer.readInstance();
|
||||
if (inst) {
|
||||
// name can be zero in case of header instances
|
||||
auto name = std::get<0>(*inst);
|
||||
|
||||
Reference in New Issue
Block a user