We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c0917 commit 3f94cfeCopy full SHA for 3f94cfe
1 file changed
src/Model.cxx
@@ -61,7 +61,7 @@ namespace mgis::model {
61
return model;
62
} // end of load
63
64
- std::optional<Model> load(
+ std::optional<Model> loadFromDatabase(
65
Context &ctx,
66
const mgis::behaviour::LoadFromDatabaseOptions &opts) noexcept {
67
try {
0 commit comments