mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
forgot to set goosd
This commit is contained in:
@@ -1270,6 +1270,7 @@ bool ifcopenshell::file::initialize(const std::string& path, filetype ty, bool r
|
|||||||
byid_ = decltype(byid_)(&std::get<impl::rocks_db_file_storage>(storage_).instance_by_name_);
|
byid_ = decltype(byid_)(&std::get<impl::rocks_db_file_storage>(storage_).instance_by_name_);
|
||||||
byref_excl_ = decltype(byref_excl_)(&std::get<impl::rocks_db_file_storage>(storage_).byref_excl_);
|
byref_excl_ = decltype(byref_excl_)(&std::get<impl::rocks_db_file_storage>(storage_).byref_excl_);
|
||||||
byguid_ = decltype(byguid_)(&std::get<impl::rocks_db_file_storage>(storage_).byguid_);
|
byguid_ = decltype(byguid_)(&std::get<impl::rocks_db_file_storage>(storage_).byguid_);
|
||||||
|
good_ = file_open_status::SUCCESS;
|
||||||
} else {
|
} else {
|
||||||
good_ = file_open_status::UNSUPPORTED_SCHEMA;
|
good_ = file_open_status::UNSUPPORTED_SCHEMA;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user