diff options
author | Mattes D <github@xoft.cz> | 2014-11-27 22:42:08 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-11-27 22:42:08 +0100 |
commit | a6ed5cb1d8edc3c2e0804df9345094c89965af4b (patch) | |
tree | 63b36135f6806b72ecc5a0afe3dc7e7ca0fa94a2 /src/BlockEntities/EnderChestEntity.h | |
parent | Replaced auto_ptr with unique_ptr. (diff) | |
download | cuberite-a6ed5cb1d8edc3c2e0804df9345094c89965af4b.tar cuberite-a6ed5cb1d8edc3c2e0804df9345094c89965af4b.tar.gz cuberite-a6ed5cb1d8edc3c2e0804df9345094c89965af4b.tar.bz2 cuberite-a6ed5cb1d8edc3c2e0804df9345094c89965af4b.tar.lz cuberite-a6ed5cb1d8edc3c2e0804df9345094c89965af4b.tar.xz cuberite-a6ed5cb1d8edc3c2e0804df9345094c89965af4b.tar.zst cuberite-a6ed5cb1d8edc3c2e0804df9345094c89965af4b.zip |
Diffstat (limited to 'src/BlockEntities/EnderChestEntity.h')
-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 17abd880a..af59cf170 100644 --- a/src/BlockEntities/EnderChestEntity.h +++ b/src/BlockEntities/EnderChestEntity.h @@ -18,7 +18,7 @@ class cEnderChestEntity : public: // tolua_end - BLOCKENTITY_PROTODEF(cEnderChestEntity); + BLOCKENTITY_PROTODEF(cEnderChestEntity) cEnderChestEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cWorld * a_World); virtual ~cEnderChestEntity(); |