summaryrefslogtreecommitdiffstats
path: root/src/Entities/ItemFrame.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-07-24 22:28:42 +0200
committerMattes D <github@xoft.cz>2014-07-24 22:28:42 +0200
commit741fd41781d455c2b8e821bf2a1211a734afbd24 (patch)
tree1fa7a405639450c289090e0412f092bc92b6dfbe /src/Entities/ItemFrame.h
parentAdded a queue for setting chunk data. (diff)
parentMade redundant semi not an error, fixed one more. (diff)
downloadcuberite-741fd41781d455c2b8e821bf2a1211a734afbd24.tar
cuberite-741fd41781d455c2b8e821bf2a1211a734afbd24.tar.gz
cuberite-741fd41781d455c2b8e821bf2a1211a734afbd24.tar.bz2
cuberite-741fd41781d455c2b8e821bf2a1211a734afbd24.tar.lz
cuberite-741fd41781d455c2b8e821bf2a1211a734afbd24.tar.xz
cuberite-741fd41781d455c2b8e821bf2a1211a734afbd24.tar.zst
cuberite-741fd41781d455c2b8e821bf2a1211a734afbd24.zip
Diffstat (limited to 'src/Entities/ItemFrame.h')
-rw-r--r--src/Entities/ItemFrame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Entities/ItemFrame.h b/src/Entities/ItemFrame.h
index 9261e52cc..a63b78b70 100644
--- a/src/Entities/ItemFrame.h
+++ b/src/Entities/ItemFrame.h
@@ -16,7 +16,7 @@ class cItemFrame :
public:
- CLASS_PROTODEF(cItemFrame);
+ CLASS_PROTODEF(cItemFrame)
cItemFrame(eBlockFace a_BlockFace, double a_X, double a_Y, double a_Z);
@@ -24,7 +24,7 @@ public:
const cItem & GetItem(void) { return m_Item; } // tolua_export
/** Set the item in the frame */
- void SetItem(cItem & a_Item) { m_Item = a_Item; }; // tolua_export
+ void SetItem(cItem & a_Item) { m_Item = a_Item; } // tolua_export
/** Returns the rotation from the item in the frame */
Byte GetRotation(void) const { return m_Rotation; } // tolua_export