summaryrefslogtreecommitdiffstats
path: root/src/bltGrMarkerText.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrMarkerText.h')
-rw-r--r--src/bltGrMarkerText.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrMarkerText.h b/src/bltGrMarkerText.h
index 7c26501..1a33519 100644
--- a/src/bltGrMarkerText.h
+++ b/src/bltGrMarkerText.h
@@ -48,10 +48,10 @@ class TextMarker {
int xOffset;
int yOffset;
int state;
+ Coords* worldPts;
// Fields specific to text
- Point2d world;
const char* string;
Tk_Anchor anchor;
Point2d anchorPt;