CResourceIterator: Make use of override where applicable

Same behavior, but enforces the interface.
This commit is contained in:
Lioncash 2020-06-09 05:11:06 -04:00
parent 65cc3a0d89
commit 621367e120

View File

@ -81,7 +81,7 @@ public:
Next(); Next();
} }
virtual CResourceEntry* Next() CResourceEntry* Next() override
{ {
do { do {
CResourceIterator::Next(); CResourceIterator::Next();