Using Super.
This commit is contained in:
committed by
Alexander Harkness
parent
f931590bf0
commit
9ee47e5999
@@ -18,7 +18,7 @@
|
||||
class cFurnaceWindow :
|
||||
public cWindow
|
||||
{
|
||||
using super = cWindow;
|
||||
using Super = cWindow;
|
||||
|
||||
public:
|
||||
cFurnaceWindow(cFurnaceEntity * a_Furnace);
|
||||
|
||||
Reference in New Issue
Block a user