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