aboutsummaryrefslogtreecommitdiff
path: root/generic/Reticle.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Reticle.c')
-rw-r--r--generic/Reticle.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/Reticle.c b/generic/Reticle.c
index 8a52792..5250634 100644
--- a/generic/Reticle.c
+++ b/generic/Reticle.c
@@ -471,7 +471,7 @@ PostScript(Item item,
static ItemClassStruct RETICLE_ITEM_CLASS = {
sizeof(ReticleItemStruct),
False, /* has_fields */
- False, /* has_parts */
+ 0, /* num_parts */
False, /* has_anchors */
"reticle",
reticle_attrs,
@@ -488,6 +488,7 @@ static ItemClassStruct RETICLE_ITEM_CLASS = {
NULL, /* DeleteChars */
NULL, /* Cursor */
NULL, /* Index */
+ NULL, /* Part */
NULL, /* Selection */
NULL, /* Contour */
ComputeCoordinates,