summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/FlowerPotEntity.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-11-27 22:42:08 +0100
committerMattes D <github@xoft.cz>2014-11-27 22:42:08 +0100
commita6ed5cb1d8edc3c2e0804df9345094c89965af4b (patch)
tree63b36135f6806b72ecc5a0afe3dc7e7ca0fa94a2 /src/BlockEntities/FlowerPotEntity.h
parentReplaced auto_ptr with unique_ptr. (diff)
downloadcuberite-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/FlowerPotEntity.h')
-rw-r--r--src/BlockEntities/FlowerPotEntity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/FlowerPotEntity.h b/src/BlockEntities/FlowerPotEntity.h
index fc886c51f..005a3841a 100644
--- a/src/BlockEntities/FlowerPotEntity.h
+++ b/src/BlockEntities/FlowerPotEntity.h
@@ -36,7 +36,7 @@ public:
// tolua_end
- BLOCKENTITY_PROTODEF(cFlowerPotEntity);
+ BLOCKENTITY_PROTODEF(cFlowerPotEntity)
/** Creates a new flowerpot entity at the specified block coords. a_World may be nullptr */
cFlowerPotEntity(int a_BlocX, int a_BlockY, int a_BlockZ, cWorld * a_World);