Clang 5.0 fixes
- Added override keyword - Removed inherited member variables
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
|
||||
cChestWindow(cChestEntity * a_PrimaryChest, cChestEntity * a_SecondaryChest);
|
||||
|
||||
~cChestWindow();
|
||||
virtual ~cChestWindow() override;
|
||||
|
||||
virtual bool ClosedByPlayer(cPlayer & a_Player, bool a_CanRefuse) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user