mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-15 01:25:51 +00:00
CResourceIterator: Make use of override where applicable
Same behavior, but enforces the interface.
This commit is contained in:
parent
65cc3a0d89
commit
621367e120
@ -81,7 +81,7 @@ public:
|
||||
Next();
|
||||
}
|
||||
|
||||
virtual CResourceEntry* Next()
|
||||
CResourceEntry* Next() override
|
||||
{
|
||||
do {
|
||||
CResourceIterator::Next();
|
||||
|
Loading…
x
Reference in New Issue
Block a user