summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r--src/bltGraph.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C
index f959994..a189fa0 100644
--- a/src/bltGraph.C
+++ b/src/bltGraph.C
@@ -986,7 +986,7 @@ void Blt_GraphTags(Blt_BindTable table, ClientData object, ClientData context,
case CID_MARKER_WINDOW:
{
Marker* markerPtr = (Marker*)object;
- MarkerOptions* ops = (MarkerOptions*)markerPtr->ops;
+ MarkerOptions* ops = markerPtr->ops();
MakeTagProc* tagProc = Blt_MakeMarkerTag;
Blt_List_Append(list, (const char*)(*tagProc)(graphPtr, markerPtr->obj.name), 0);
Blt_List_Append(list, (const char*)(*tagProc)(graphPtr, markerPtr->obj.className), 0);