summaryrefslogtreecommitdiffstats
path: root/src/bltGrMarkerText.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrMarkerText.h')
-rw-r--r--src/bltGrMarkerText.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bltGrMarkerText.h b/src/bltGrMarkerText.h
index 1090258..9d8d1f3 100644
--- a/src/bltGrMarkerText.h
+++ b/src/bltGrMarkerText.h
@@ -60,7 +60,8 @@ class TextMarker : public Marker {
Point2d outline[5];
private:
- int Configure();
+ int configure();
+ void draw(Drawable);
public:
TextMarker(Graph*, const char*);