aboutsummaryrefslogtreecommitdiff
path: root/Bezier.c
diff options
context:
space:
mode:
Diffstat (limited to 'Bezier.c')
-rw-r--r--Bezier.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Bezier.c b/Bezier.c
index b966593..5ad1230 100644
--- a/Bezier.c
+++ b/Bezier.c
@@ -1125,6 +1125,11 @@ static ItemClassStruct BEZIER_ITEM_CLASS = {
NULL,
GetClipVertices,
Coords,
+ NULL, /* InsertChars */
+ NULL, /* DeleteChars */
+ NULL, /* Cursor */
+ NULL, /* Index */
+ NULL, /* Selection */
NULL, /* Contour */
ComputeCoordinates,
ToArea,