From 5e2b4ab79286b27e32db3ccb7332a6e99964760f Mon Sep 17 00:00:00 2001 From: KorGgenT Date: Thu, 2 Jan 2020 23:01:13 -0500 Subject: [PATCH] remove unecessary const --- src/item_pocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item_pocket.h b/src/item_pocket.h index 054fc9dc6f5f1..afb4002ed9a06 100644 --- a/src/item_pocket.h +++ b/src/item_pocket.h @@ -91,7 +91,7 @@ class item_pocket bool will_explode_in_a_fire() const; bool detonate( const tripoint &p, std::vector &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 );