summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BlockEntityWithItems.h
diff options
context:
space:
mode:
authortycho <work.tycho@gmail.com>2015-05-23 16:33:52 +0200
committertycho <work.tycho@gmail.com>2015-05-23 16:33:52 +0200
commit81c0116cf1c0b06e24f9f69e219c3f1e302d81e2 (patch)
tree8df120fde19c9c27f5a8681a7952aa9e802bc800 /src/BlockEntities/BlockEntityWithItems.h
parentMerge branch 'master' into PreventNewWarnings (diff)
parentMerge pull request #2117 from Seadragon91/clang_errors (diff)
downloadcuberite-81c0116cf1c0b06e24f9f69e219c3f1e302d81e2.tar
cuberite-81c0116cf1c0b06e24f9f69e219c3f1e302d81e2.tar.gz
cuberite-81c0116cf1c0b06e24f9f69e219c3f1e302d81e2.tar.bz2
cuberite-81c0116cf1c0b06e24f9f69e219c3f1e302d81e2.tar.lz
cuberite-81c0116cf1c0b06e24f9f69e219c3f1e302d81e2.tar.xz
cuberite-81c0116cf1c0b06e24f9f69e219c3f1e302d81e2.tar.zst
cuberite-81c0116cf1c0b06e24f9f69e219c3f1e302d81e2.zip
Diffstat (limited to 'src/BlockEntities/BlockEntityWithItems.h')
-rw-r--r--src/BlockEntities/BlockEntityWithItems.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/BlockEntityWithItems.h b/src/BlockEntities/BlockEntityWithItems.h
index 740dbca51..30a09bc02 100644
--- a/src/BlockEntities/BlockEntityWithItems.h
+++ b/src/BlockEntities/BlockEntityWithItems.h
@@ -76,7 +76,7 @@ protected:
cItemGrid m_Contents;
// cItemGrid::cListener overrides:
- virtual void OnSlotChanged(cItemGrid * a_Grid, int a_SlotNum)
+ virtual void OnSlotChanged(cItemGrid * a_Grid, int a_SlotNum) override
{
UNUSED(a_SlotNum);
ASSERT(a_Grid == &m_Contents);