Skip to content

Commit

Permalink
remove unecessary const qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed Jan 3, 2020
1 parent 9d151de commit 103af2b
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 @@ -48,7 +48,7 @@ class item_contents
bool will_explode_in_a_fire() const;
bool detonate( const tripoint &p, std::vector<item> &drops );
bool process( const itype &type, player *carrier, const tripoint &pos, bool activate,
float insulation, const temperature_flag flag );
float insulation, temperature_flag flag );
bool legacy_unload( player *guy, bool &changed );
void remove_all_ammo( Character &guy );
void remove_all_mods( Character &guy );
Expand Down

0 comments on commit 103af2b

Please sign in to comment.