[Issues 1811: Compiller shadowing warning](https://github.com/thorvg/thorvg/issues/1811)

Godot CI compilation issue fixed
This commit is contained in:
Sergii Liebodkin 2023-12-04 09:57:23 +02:00 committed by Hermet Park
parent 269537a411
commit cb737f174c

View file

@ -57,7 +57,7 @@ namespace tvg
uint8_t opacity = 255;
uint8_t refCnt = 0;
Impl(Paint* paint) : paint(paint)
Impl(Paint* pnt) : paint(pnt)
{
}