aboutsummaryrefslogtreecommitdiff
path: root/generic/Arc.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Arc.c')
-rw-r--r--generic/Arc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/Arc.c b/generic/Arc.c
index 3fab559..917eb0a 100644
--- a/generic/Arc.c
+++ b/generic/Arc.c
@@ -1629,6 +1629,11 @@ static ItemClassStruct ARC_ITEM_CLASS = {
NULL, /* GetAnchor */
GetClipVertices,
Coords,
+ NULL, /* InsertChars */
+ NULL, /* DeleteChars */
+ NULL, /* Cursor */
+ NULL, /* Index */
+ NULL, /* Selection */
NULL, /* Contour */
ComputeCoordinates,
ToArea,