Skip to content

Commit 3f94cfe

Browse files
committed
fix typo
1 parent 18c0917 commit 3f94cfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Model.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ namespace mgis::model {
6161
return model;
6262
} // end of load
6363

64-
std::optional<Model> load(
64+
std::optional<Model> loadFromDatabase(
6565
Context &ctx,
6666
const mgis::behaviour::LoadFromDatabaseOptions &opts) noexcept {
6767
try {

0 commit comments

Comments
 (0)