diff options
Diffstat (limited to 'src/bltGrText.C')
-rw-r--r-- | src/bltGrText.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrText.C b/src/bltGrText.C index 151e564..a13ba24 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(Blt_Ps ps, const char *text, int x, int y) +void TextStyle::printText(PostScript* psPtr, const char *text, int x, int y) { // TextStyleOptions* ops = (TextStyleOptions*)ops_; |