summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blocks/BlockEntity.h')
-rw-r--r--src/Blocks/BlockEntity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Blocks/BlockEntity.h b/src/Blocks/BlockEntity.h
index f592dbd83..8e7f92913 100644
--- a/src/Blocks/BlockEntity.h
+++ b/src/Blocks/BlockEntity.h
@@ -15,12 +15,12 @@ Forwards the "use" event to the block entity. */
class cBlockEntityHandler:
public cBlockHandler
{
- using super = cBlockHandler;
+ using Super = cBlockHandler;
public:
cBlockEntityHandler(BLOCKTYPE a_BlockType):
- super(a_BlockType)
+ Super(a_BlockType)
{
}