summaryrefslogtreecommitdiffstats
path: root/src/bltGrHairs.C
diff options
context:
space:
mode:
authorjoye <joye>2014-02-28 17:02:46 (GMT)
committerjoye <joye>2014-02-28 17:02:46 (GMT)
commitb34b353473819e0c5907dbd8140a26db0c5cfb09 (patch)
treed3de96e852dd024b7ff8e4770a44c1a0c14fce76 /src/bltGrHairs.C
parentd23f63bc4b2b6e246a4542ddd4ad6bd60044805e (diff)
downloadblt-b34b353473819e0c5907dbd8140a26db0c5cfb09.zip
blt-b34b353473819e0c5907dbd8140a26db0c5cfb09.tar.gz
blt-b34b353473819e0c5907dbd8140a26db0c5cfb09.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrHairs.C')
-rw-r--r--src/bltGrHairs.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrHairs.C b/src/bltGrHairs.C
index 2ae1899..f115bfa 100644
--- a/src/bltGrHairs.C
+++ b/src/bltGrHairs.C
@@ -55,7 +55,7 @@ struct _Crosshairs {
int lineWidth; /* Width of the simulated crosshair lines */
XSegment segArr[2]; /* Positions of line segments representing the
* simulated crosshairs. */
- XColor *colorPtr; /* Foreground color of crosshairs */
+ XColor* colorPtr; /* Foreground color of crosshairs */
GC gc; /* Graphics context for crosshairs. Set to
* GXxor to not require redraws of graph */
};