Skip to content

Commit

Permalink
def parser: fixing last copy in clang-tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Garay <fgaray@google.com>
  • Loading branch information
fgaray committed May 22, 2024
1 parent 4758cb6 commit 85392db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odb/src/defout/defout_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ std::vector<T*> sortedSet(dbSet<T>& to_sort)
return sorted;
}

const char* defOrient(dbOrientType orient)
const char* defOrient(const dbOrientType& orient)
{
switch (orient.getValue()) {
case dbOrientType::R0:
Expand Down

0 comments on commit 85392db

Please sign in to comment.