summaryrefslogtreecommitdiffstats
path: root/src/bltGrMarkerText.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-08 17:21:47 (GMT)
committerjoye <joye>2014-04-08 17:21:47 (GMT)
commitd80c7412f31457840a836ba3b35d7eee3b46aa30 (patch)
tree7eb7934ad580f455858d889abd80cbe6984885ae /src/bltGrMarkerText.h
parent988ce9c551172b66c1628636f5e7517baf478b8e (diff)
downloadblt-d80c7412f31457840a836ba3b35d7eee3b46aa30.zip
blt-d80c7412f31457840a836ba3b35d7eee3b46aa30.tar.gz
blt-d80c7412f31457840a836ba3b35d7eee3b46aa30.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrMarkerText.h')
-rw-r--r--src/bltGrMarkerText.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGrMarkerText.h b/src/bltGrMarkerText.h
index fc845be..6ae495b 100644
--- a/src/bltGrMarkerText.h
+++ b/src/bltGrMarkerText.h
@@ -52,14 +52,14 @@ namespace Blt {
} TextMarkerOptions;
class TextMarker : public Marker {
- private:
+ protected:
Point2d anchorPt_;
int width_;
int height_;
GC fillGC_;
Point2d outline_[5];
- private:
+ protected:
int configure();
void draw(Drawable);
void map();