summaryrefslogtreecommitdiff
path: root/FL/Fl_PostScript.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_PostScript.H')
-rw-r--r--FL/Fl_PostScript.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H
index 9e32bccf8..ad9111f16 100644
--- a/FL/Fl_PostScript.H
+++ b/FL/Fl_PostScript.H
@@ -221,7 +221,7 @@ public:
*/
class Fl_PostScript_File_Device : public Fl_Paged_Device {
#ifdef __APPLE__
- CGContextRef gc;
+ Fl_CGContextRef gc;
#endif
protected:
Fl_PostScript_Graphics_Driver *driver();