Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jul 25, 2023
1 parent 42ae758 commit ffa968c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ void BindingConstraintsRepository::markAsModified() const
i->markAsModified();
}

std::vector<std::shared_ptr<BindingConstraint>> BindingConstraintsRepository::enabled() const {
std::vector<std::shared_ptr<BindingConstraint>> BindingConstraintsRepository::activeContraints() const {
if (activeConstraints_) {
return activeConstraints_.value();
} else {
Expand Down

0 comments on commit ffa968c

Please sign in to comment.