aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/c/sk_paint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/c/sk_paint.h')
-rw-r--r--include/c/sk_paint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/c/sk_paint.h b/include/c/sk_paint.h
index e0886ad349..ef7e624aa5 100644
--- a/include/c/sk_paint.h
+++ b/include/c/sk_paint.h
@@ -28,7 +28,7 @@ SK_C_PLUS_PLUS_BEGIN_GUARD
maskfilter : NULL
xfermode_mode : SRCOVER_SK_XFERMODE_MODE
*/
-SK_API sk_paint_t* sk_paint_new();
+SK_API sk_paint_t* sk_paint_new(void);
/**
Release the memory storing the sk_paint_t and unref() all
associated objects.