diff --git a/src/renderer/tvgPaint.h b/src/renderer/tvgPaint.h index ca1818b7..61c4acf8 100644 --- a/src/renderer/tvgPaint.h +++ b/src/renderer/tvgPaint.h @@ -57,7 +57,7 @@ namespace tvg uint8_t opacity = 255; uint8_t refCnt = 0; - Impl(Paint* paint) : paint(paint) + Impl(Paint* pnt) : paint(pnt) { }