Using Super.
This commit is contained in:
committed by
Alexander Harkness
parent
f931590bf0
commit
9ee47e5999
@@ -8,9 +8,11 @@
|
||||
|
||||
|
||||
|
||||
class cTrappedChestHandler : public cRedstoneHandler
|
||||
class cTrappedChestHandler:
|
||||
public cRedstoneHandler
|
||||
{
|
||||
typedef cRedstoneHandler super;
|
||||
using Super = cRedstoneHandler;
|
||||
|
||||
public:
|
||||
|
||||
virtual unsigned char GetPowerDeliveredToPosition(cWorld & a_World, Vector3i a_Position, BLOCKTYPE a_BlockType, NIBBLETYPE a_Meta, Vector3i a_QueryPosition, BLOCKTYPE a_QueryBlockType) const override
|
||||
|
||||
Reference in New Issue
Block a user