summaryrefslogtreecommitdiffstats
path: root/bltGrMarkerBitmap.C
diff options
context:
space:
mode:
authorjoye <joye>2014-03-28 17:25:15 (GMT)
committerjoye <joye>2014-03-28 17:25:15 (GMT)
commit7d96c61399a774137fd24ef3d5610e5e5280231e (patch)
tree527a9a7171d059cd36d1ebb7568d6c08cebba880 /bltGrMarkerBitmap.C
parent6c5b1ff4db8f0e0963ce40505eae0b7ac6fa5294 (diff)
downloadblt-7d96c61399a774137fd24ef3d5610e5e5280231e.zip
blt-7d96c61399a774137fd24ef3d5610e5e5280231e.tar.gz
blt-7d96c61399a774137fd24ef3d5610e5e5280231e.tar.bz2
*** empty log message ***
Diffstat (limited to 'bltGrMarkerBitmap.C')
-rw-r--r--bltGrMarkerBitmap.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/bltGrMarkerBitmap.C b/bltGrMarkerBitmap.C
index e1e80ce..afdb049 100644
--- a/bltGrMarkerBitmap.C
+++ b/bltGrMarkerBitmap.C
@@ -84,7 +84,7 @@ BitmapMarker::BitmapMarker(Graph* graphPtr, const char* name,
: Marker(graphPtr, name, hPtr)
{
classId_ = CID_MARKER_BITMAP;
- className = dupstr("BitmapMarker");
+ className_ = dupstr("BitmapMarker");
ops_ = (BitmapMarkerOptions*)calloc(1, sizeof(BitmapMarkerOptions));
optionTable_ = Tk_CreateOptionTable(graphPtr->interp, optionSpecs);