summaryrefslogtreecommitdiffstats
path: root/tksao/frame/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/base.h')
-rw-r--r--tksao/frame/base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tksao/frame/base.h b/tksao/frame/base.h
index 3421536..6bfba36 100644
--- a/tksao/frame/base.h
+++ b/tksao/frame/base.h
@@ -255,14 +255,14 @@ public:
float centroidRadius;
int preserveMarkers; // flag to indicate preserve between loads
- GC markerGC; // marker gc
- GC markerGCXOR; // marker xor gc
+ GC markerGC_; // marker gc
+ GC markerGCXOR_; // marker xor gc
GC selectGCXOR; // select gc
Grid* grid;
GC gridGC_;
- GC contourGC;
+ GC contourGC_;
char* bgColorName;
XColor* bgColor;