Follow up after 4d688170e0

This commit is contained in:
Thomas Krijnen
2025-10-22 21:42:15 +02:00
parent d5d942bb2e
commit a6d20c0cc4
9 changed files with 102 additions and 122 deletions
+1 -1
View File
@@ -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);