mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-18 17:35:43 +00:00
CResourceIterator: Make use of override where applicable
Same behavior, but enforces the interface.
This commit is contained in:
@@ -81,7 +81,7 @@ public:
|
||||
Next();
|
||||
}
|
||||
|
||||
virtual CResourceEntry* Next()
|
||||
CResourceEntry* Next() override
|
||||
{
|
||||
do {
|
||||
CResourceIterator::Next();
|
||||
|
||||
Reference in New Issue
Block a user