diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-09-27 20:19:28 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-09-27 20:19:28 +0200 |
commit | 7ce09a9113d693b85fdda13b3c04a8b8eb900153 (patch) | |
tree | 49c3c3742cff4c38a33bd5014dd9c57c0dcea71c /src/BlockEntities/EnderChestEntity.h | |
parent | Merge remote-tracking branch 'origin/master' into chestcarts (diff) | |
download | cuberite-7ce09a9113d693b85fdda13b3c04a8b8eb900153.tar cuberite-7ce09a9113d693b85fdda13b3c04a8b8eb900153.tar.gz cuberite-7ce09a9113d693b85fdda13b3c04a8b8eb900153.tar.bz2 cuberite-7ce09a9113d693b85fdda13b3c04a8b8eb900153.tar.lz cuberite-7ce09a9113d693b85fdda13b3c04a8b8eb900153.tar.xz cuberite-7ce09a9113d693b85fdda13b3c04a8b8eb900153.tar.zst cuberite-7ce09a9113d693b85fdda13b3c04a8b8eb900153.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockEntities/EnderChestEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/EnderChestEntity.h b/src/BlockEntities/EnderChestEntity.h index ccfb2690b..311af8d76 100644 --- a/src/BlockEntities/EnderChestEntity.h +++ b/src/BlockEntities/EnderChestEntity.h @@ -11,7 +11,7 @@ // tolua_begin class cEnderChestEntity : public cBlockEntity, - public cWindowOwner + public cBlockEntityWindowOwner { typedef cBlockEntity super; |