Fix compilation

This commit is contained in:
Jérôme Leclercq 2021-07-30 10:25:18 +02:00
parent bb5aea5244
commit 5ec7200644
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ namespace Nz
const RenderElement* element = *it;
UInt8 elementType = element->GetElementType();
const Pointer<const RenderElement>* first = it;
const Pointer<RenderElement>* first = it;
++it;
while (it != itEnd && (*it)->GetElementType() == elementType)