Codechange: Add missing override specifiers.
This commit is contained in:
@@ -97,7 +97,7 @@ struct Pool : PoolBase {
|
||||
Titem **data; ///< Pointer to array of pointers to Titem
|
||||
|
||||
Pool(const char *name);
|
||||
virtual void CleanPool();
|
||||
void CleanPool() override;
|
||||
|
||||
/**
|
||||
* Returns Titem with given index
|
||||
|
Reference in New Issue
Block a user