summaryrefslogtreecommitdiffstats
path: root/bltGrMarkerBitmap.h
diff options
context:
space:
mode:
authorjoye <joye>2014-03-28 16:22:21 (GMT)
committerjoye <joye>2014-03-28 16:22:21 (GMT)
commit34a5934b05af9860937f2880eec1b2af26e96973 (patch)
tree7f1d72dbde7380a279f54f31f3667c1c887f146e /bltGrMarkerBitmap.h
parentca63a61f80cd85fcfc861eb095d461ed1d56cb41 (diff)
downloadblt-34a5934b05af9860937f2880eec1b2af26e96973.zip
blt-34a5934b05af9860937f2880eec1b2af26e96973.tar.gz
blt-34a5934b05af9860937f2880eec1b2af26e96973.tar.bz2
*** empty log message ***
Diffstat (limited to 'bltGrMarkerBitmap.h')
-rw-r--r--bltGrMarkerBitmap.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/bltGrMarkerBitmap.h b/bltGrMarkerBitmap.h
index fbe4564..1242e27 100644
--- a/bltGrMarkerBitmap.h
+++ b/bltGrMarkerBitmap.h
@@ -54,13 +54,13 @@ typedef struct {
class BitmapMarker : public Marker {
public:
- Point2d anchorPt;
- GC gc;
- GC fillGC;
- Point2d outline[MAX_OUTLINE_POINTS];
- int nOutlinePts;
- int width;
- int height;
+ Point2d anchorPt_;
+ GC gc_;
+ GC fillGC_;
+ Point2d outline_[MAX_OUTLINE_POINTS];
+ int nOutlinePts_;
+ int width_;
+ int height_;
private:
int configure();