mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 13:08:04 +00:00
Merge remote-tracking branch 'origin/v0.8.0' into ifcviewer-wgpu
This commit is contained in:
@@ -16,7 +16,7 @@ private:
|
||||
|
||||
void write_streaming_();
|
||||
public:
|
||||
RocksDbSerializer(const std::string& input_filename, const std::string& rocksdb_filename, const std::vector<std::string>& skip_supertypes = {});
|
||||
RocksDbSerializer(const std::string& input_filename, const std::string& rocksdb_filename, const std::vector<std::string>& skip_supertypes = {}, Logger& logger = Logger::Root());
|
||||
|
||||
virtual ~RocksDbSerializer() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user