Skip to content

Commit

Permalink
Make clang happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade authored Jun 13, 2020
1 parent 20df2d2 commit 8fa42ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/character.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,7 @@ void Character::process_turn()
}
}

for( const trait_id mut : get_mutations() ) {
for( const trait_id &mut : get_mutations() ) {
mutation_reflex_trigger( mut );
}

Expand Down

0 comments on commit 8fa42ac

Please sign in to comment.