diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-02-12 23:01:22 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-02-12 23:01:22 +0100 |
commit | f97ce3015171fcc6f6c5316810d19eb37c89c5f7 (patch) | |
tree | 9be0de9fb745d726242b0137a70665d88cb88ecb /src/BlockEntities/DropSpenserEntity.h | |
parent | Made player jump reset less ambiguous (diff) | |
download | cuberite-f97ce3015171fcc6f6c5316810d19eb37c89c5f7.tar cuberite-f97ce3015171fcc6f6c5316810d19eb37c89c5f7.tar.gz cuberite-f97ce3015171fcc6f6c5316810d19eb37c89c5f7.tar.bz2 cuberite-f97ce3015171fcc6f6c5316810d19eb37c89c5f7.tar.lz cuberite-f97ce3015171fcc6f6c5316810d19eb37c89c5f7.tar.xz cuberite-f97ce3015171fcc6f6c5316810d19eb37c89c5f7.tar.zst cuberite-f97ce3015171fcc6f6c5316810d19eb37c89c5f7.zip |
Diffstat (limited to 'src/BlockEntities/DropSpenserEntity.h')
-rw-r--r-- | src/BlockEntities/DropSpenserEntity.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/BlockEntities/DropSpenserEntity.h b/src/BlockEntities/DropSpenserEntity.h index f2f1eba36..47d3bd492 100644 --- a/src/BlockEntities/DropSpenserEntity.h +++ b/src/BlockEntities/DropSpenserEntity.h @@ -11,7 +11,6 @@ #pragma once #include "BlockEntityWithItems.h" -#include "../UI/WindowOwner.h" @@ -31,8 +30,7 @@ class cServer; // tolua_begin class cDropSpenserEntity : - public cBlockEntityWithItems, - public cBlockEntityWindowOwner + public cBlockEntityWithItems { typedef cBlockEntityWithItems super; |