summaryrefslogtreecommitdiffstats
path: root/src/bltGrText.C
diff options
context:
space:
mode:
authorjoye <joye>2014-06-27 16:03:09 (GMT)
committerjoye <joye>2014-06-27 16:03:09 (GMT)
commitc60f3348b9fb7f72a25440683a7c74614cb60fec (patch)
tree6d606a29a538a1f1ae1378a200a6b1b3925990d6 /src/bltGrText.C
parentde5b80df7ae70062e2264e2ad419a13d1af041c0 (diff)
downloadblt-c60f3348b9fb7f72a25440683a7c74614cb60fec.zip
blt-c60f3348b9fb7f72a25440683a7c74614cb60fec.tar.gz
blt-c60f3348b9fb7f72a25440683a7c74614cb60fec.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrText.C')
-rw-r--r--src/bltGrText.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrText.C b/src/bltGrText.C
index 315b59f..2f547b3 100644
--- a/src/bltGrText.C
+++ b/src/bltGrText.C
@@ -130,7 +130,7 @@ void TextStyle::drawText2(Drawable drawable, const char *text,
*hh = h1;
}
-void TextStyle::printText(PostScript* psPtr, const char *text, int x, int y)
+void TextStyle::printText(PSOutput* psPtr, const char *text, int x, int y)
{
TextStyleOptions* ops = (TextStyleOptions*)ops_;