diff --git a/gsk/gskpathpointprivate.h b/gsk/gskpathpointprivate.h index 0bd440d829..3fba916cd7 100644 --- a/gsk/gskpathpointprivate.h +++ b/gsk/gskpathpointprivate.h @@ -8,7 +8,7 @@ G_BEGIN_DECLS struct _GskRealPathPoint { gsize contour; - unsigned int idx; + gsize idx; float t; };