diff options
Diffstat (limited to 'FL/Fl_PostScript.H')
| -rw-r--r-- | FL/Fl_PostScript.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index e73d0eab1..827a7fbf2 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -206,7 +206,7 @@ class Clip { */ class FL_EXPORT Fl_PostScript_File_Device : public Fl_Paged_Device { #ifdef __APPLE__ - Fl_CGContextRef gc; + CGContextRef gc; #endif protected: Fl_PostScript_Graphics_Driver *driver(); |
