diff options
Diffstat (limited to 'include/fitz/path.h')
-rw-r--r-- | include/fitz/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fitz/path.h b/include/fitz/path.h index f0a3d573..75b3060d 100644 --- a/include/fitz/path.h +++ b/include/fitz/path.h @@ -52,7 +52,7 @@ struct fz_pathnode_s }; fz_error *fz_newpathnode(fz_pathnode **pathp); -fz_error *fz_clonepath(fz_pathnode **pathp, fz_pathnode *oldpath); +fz_error *fz_clonepathnode(fz_pathnode **pathp, fz_pathnode *oldpath); fz_error *fz_moveto(fz_pathnode*, float x, float y); fz_error *fz_lineto(fz_pathnode*, float x, float y); fz_error *fz_curveto(fz_pathnode*, float, float, float, float, float, float); |