summaryrefslogtreecommitdiffstats
path: root/bltGrMarkerBitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'bltGrMarkerBitmap.h')
-rw-r--r--bltGrMarkerBitmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bltGrMarkerBitmap.h b/bltGrMarkerBitmap.h
index 5feb5ef..dc8dedb 100644
--- a/bltGrMarkerBitmap.h
+++ b/bltGrMarkerBitmap.h
@@ -62,7 +62,8 @@ class BitmapMarker : public Marker {
int height;
private:
- int Configure();
+ int configure();
+ void draw(Drawable);
public:
BitmapMarker(Graph*, const char*);