From 3343ae587f9da023dfd43ed1ab12dcddf0bd097b Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 12 Aug 2016 00:10:20 +0200 Subject: [PATCH] Corrected C header definition --- include/c/sk_path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/c/sk_path.h b/include/c/sk_path.h index b5de9a0..84705aa 100644 --- a/include/c/sk_path.h +++ b/include/c/sk_path.h @@ -170,7 +170,7 @@ SK_API sk_path_rawiterator_t* sk_path_create_rawiter (sk_path_t *cpath); SK_API sk_path_verb_t sk_path_rawiter_peek (sk_path_rawiterator_t *iterator); -SK_API sk_path_verb_t sk_path_rawiter_next (sk_path_rawiterator_t *iterator); +SK_API sk_path_verb_t sk_path_rawiter_next (sk_path_rawiterator_t *iterator, sk_point_t points [4]); SK_API float sk_path_rawiter_conic_weight (sk_path_rawiterator_t *iterator); -- 2.7.4