summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockDoor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blocks/BlockDoor.h')
-rw-r--r--src/Blocks/BlockDoor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockDoor.h b/src/Blocks/BlockDoor.h
index 8e3f2d83f..0caeb7dba 100644
--- a/src/Blocks/BlockDoor.h
+++ b/src/Blocks/BlockDoor.h
@@ -12,7 +12,7 @@
class cBlockDoorHandler :
public cMetaRotater<cBlockHandler,0x03,0x01,0x02,0x03,0x00, true>
{
- typedef super cMetaRotater<cBlockHandler,0x03,0x01,0x02,0x03,0x00, true>;
+ typedef cMetaRotater<cBlockHandler,0x03,0x01,0x02,0x03,0x00, true> super;
public:
cBlockDoorHandler(BLOCKTYPE a_BlockType);