From d9ae5dc35ef67a187274f0795874a82a264b5066 Mon Sep 17 00:00:00 2001 From: KorGgenT Date: Wed, 19 Feb 2020 08:49:47 -0500 Subject: [PATCH] match function declaration and definition parameter names --- src/item_contents.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item_contents.h b/src/item_contents.h index 05c490278647c..80ecea946e892 100644 --- a/src/item_contents.h +++ b/src/item_contents.h @@ -73,7 +73,7 @@ class item_contents bool has_any_with( const std::function &filter ) const; - void migrate_item( item &it, const std::set &migrations ); + void migrate_item( item &obj, const std::set &migrations ); bool item_has_uses_recursive() const; bool stacks_with( const item_contents &rhs ) const; /**