diff options
Diffstat (limited to 'src/cairo-path-fixed-private.h')
-rw-r--r-- | src/cairo-path-fixed-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-path-fixed-private.h b/src/cairo-path-fixed-private.h index 05904adb..cf7cd083 100644 --- a/src/cairo-path-fixed-private.h +++ b/src/cairo-path-fixed-private.h @@ -200,7 +200,7 @@ cairo_private cairo_bool_t _cairo_path_fixed_is_stroke_box (const cairo_path_fixed_t *path, cairo_box_t *box); -cairo_bool_t +cairo_private cairo_bool_t _cairo_path_fixed_is_simple_quad (const cairo_path_fixed_t *path); #endif /* CAIRO_PATH_FIXED_PRIVATE_H */ |