summaryrefslogtreecommitdiffstats
path: root/src/bltGrPSOutput.C
diff options
context:
space:
mode:
authorjoye <joye>2014-06-03 15:20:09 (GMT)
committerjoye <joye>2014-06-03 15:20:09 (GMT)
commit7c369a4b14143934b15c3677b2b8bff3c0dc1f91 (patch)
treea2f7eec0e71e5b6f97528318b780948580944a45 /src/bltGrPSOutput.C
parent8654e5d8638605d0080eac649af4c4f4976877ae (diff)
downloadblt-7c369a4b14143934b15c3677b2b8bff3c0dc1f91.zip
blt-7c369a4b14143934b15c3677b2b8bff3c0dc1f91.tar.gz
blt-7c369a4b14143934b15c3677b2b8bff3c0dc1f91.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrPSOutput.C')
-rw-r--r--src/bltGrPSOutput.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C
index 4548a61..028c437 100644
--- a/src/bltGrPSOutput.C
+++ b/src/bltGrPSOutput.C
@@ -358,7 +358,7 @@ void Blt_Ps_XSetLineWidth(Blt_Ps ps, int lineWidth)
Blt_Ps_Format(ps, "%d setlinewidth\n", lineWidth);
}
-void Blt_Ps_XSetDashes(Blt_Ps ps, Blt_Dashes *dashesPtr)
+void Blt_Ps_XSetDashes(Blt_Ps ps, Dashes* dashesPtr)
{
Blt_Ps_Append(ps, "[ ");
@@ -376,7 +376,7 @@ void Blt_Ps_XSetLineAttributes(
Blt_Ps ps,
XColor* colorPtr,
int lineWidth,
- Blt_Dashes *dashesPtr,
+ Dashes* dashesPtr,
int capStyle,
int joinStyle)
{