diff options
Diffstat (limited to 'source/cSurvivalInventory.h')
-rw-r--r-- | source/cSurvivalInventory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/cSurvivalInventory.h b/source/cSurvivalInventory.h index 525387b08..270f18dcd 100644 --- a/source/cSurvivalInventory.h +++ b/source/cSurvivalInventory.h @@ -3,8 +3,7 @@ #include "cInventory.h"
class cSurvivalInventory //tolua_export
- : public cInventory
- , public cWindowOwner
+ : public cInventory
{ //tolua_export
public:
cSurvivalInventory(cPlayer* a_Owner);
|