Using Super.
This commit is contained in:
committed by
Alexander Harkness
parent
f931590bf0
commit
9ee47e5999
@@ -15,12 +15,13 @@
|
||||
|
||||
|
||||
|
||||
class cEnchantingWindow :
|
||||
class cEnchantingWindow:
|
||||
public cWindow
|
||||
{
|
||||
typedef cWindow super;
|
||||
using Super = cWindow;
|
||||
|
||||
public:
|
||||
|
||||
cEnchantingWindow(int a_BlockX, int a_BlockY, int a_BlockZ);
|
||||
|
||||
virtual void SetProperty(short a_Property, short a_Value, cPlayer & a_Player) override;
|
||||
|
||||
Reference in New Issue
Block a user