mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 01:00:56 +00:00
Use version preprocessor guards for RocksDB unique_ptr API, retain unique_ptr internally
This commit is contained in:
committed by
Thomas Krijnen
parent
818ca6b2bc
commit
3f9b25d4e0
@@ -514,7 +514,7 @@ namespace ifcopenshell {
|
||||
|
||||
class IFC_PARSE_API rocks_db_file_storage {
|
||||
public:
|
||||
rocksdb::DB* db;
|
||||
std::unique_ptr<rocksdb::DB> db;
|
||||
rocksdb::WriteOptions wopts;
|
||||
rocksdb::ReadOptions ropts;
|
||||
ifcopenshell::file* file;
|
||||
|
||||
Reference in New Issue
Block a user