Skip to content

Commit

Permalink
ISSUE #682 removed unneeded decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjf committed May 29, 2024
1 parent b634903 commit 31b3503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bouncer/src/repo/core/model/bson/repo_bson_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ namespace repo {
}
}

virtual void appendElements(RepoBSON bson) {
void appendElements(RepoBSON bson) {
mongo::BSONObjBuilder::appendElements(bson);
}

Expand Down

0 comments on commit 31b3503

Please sign in to comment.