summaryrefslogtreecommitdiffstats
path: root/bltGrMarkerBitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'bltGrMarkerBitmap.h')
-rw-r--r--bltGrMarkerBitmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bltGrMarkerBitmap.h b/bltGrMarkerBitmap.h
index 4bf3bc9..5feb5ef 100644
--- a/bltGrMarkerBitmap.h
+++ b/bltGrMarkerBitmap.h
@@ -61,6 +61,9 @@ class BitmapMarker : public Marker {
int width;
int height;
+ private:
+ int Configure();
+
public:
BitmapMarker(Graph*, const char*);
virtual ~BitmapMarker();