From a88153c7d90765a828375dfcea355d65f6eda765 Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 2 Oct 2016 00:34:38 +0000 Subject: [PATCH] Add prohibit_void_ptr to player_selected_weapon --- common/main/fwd-weapon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/main/fwd-weapon.h b/common/main/fwd-weapon.h index 36048a9a7..458e5ab19 100644 --- a/common/main/fwd-weapon.h +++ b/common/main/fwd-weapon.h @@ -131,7 +131,7 @@ extern const array Secondary_weapon_to_gun_num; namespace dcx { extern unsigned N_weapon_types; template -class player_selected_weapon +class player_selected_weapon : public prohibit_void_ptr> { T active, delayed; public: