mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-15 09:35:55 +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();
|
Next();
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual CResourceEntry* Next()
|
CResourceEntry* Next() override
|
||||||
{
|
{
|
||||||
do {
|
do {
|
||||||
CResourceIterator::Next();
|
CResourceIterator::Next();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user