Clang 5.0 fixes
- Added override keyword - Removed inherited member variables
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
cPrefabPiecePool(const AString & a_FileName, bool a_LogWarnings);
|
||||
|
||||
/** Destroys the pool, freeing all pieces. */
|
||||
~cPrefabPiecePool();
|
||||
virtual ~cPrefabPiecePool() override;
|
||||
|
||||
/** Removes and frees all pieces from this pool. */
|
||||
void Clear(void);
|
||||
|
||||
Reference in New Issue
Block a user