Skip to content

Commit

Permalink
fixup! Introduce literal_models.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Kesseli committed Aug 23, 2023
1 parent d29dbf6 commit 44f5954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ void Registry::join_with(const LiteralModel& literal_model) {
if (iterator != literal_models_.end()) {
iterator->second.join_with(literal_model);
} else {
literal_models_.emplace(literal_model.pattern(), literal_model);
literal_models_.emplace(*pattern, literal_model);
}
}

Expand Down

0 comments on commit 44f5954

Please sign in to comment.