fixes
This commit is contained in:
@ -458,7 +458,7 @@ private:
|
||||
i_provider &provider_;
|
||||
|
||||
private:
|
||||
utils::db::sqlite::db3_t db_{nullptr};
|
||||
utils::db::sqlite::db3_t db_;
|
||||
std::uint64_t next_handle_{0U};
|
||||
mutable std::recursive_mutex open_file_mtx_;
|
||||
std::unordered_map<std::string, std::shared_ptr<i_closeable_open_file>>
|
||||
|
Reference in New Issue
Block a user