Skip to content

Commit

Permalink
match function declaration and definition parameter names
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed Mar 8, 2020
1 parent 0bff664 commit d9ae5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item_contents.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class item_contents

bool has_any_with( const std::function<bool( const item & )> &filter ) const;

void migrate_item( item &it, const std::set<itype_id> &migrations );
void migrate_item( item &obj, const std::set<itype_id> &migrations );
bool item_has_uses_recursive() const;
bool stacks_with( const item_contents &rhs ) const;
/**
Expand Down

0 comments on commit d9ae5dc

Please sign in to comment.