Necessary after changes brought in r.8113

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8118 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2010-12-27 11:07:57 +00:00
parent 1104789c13
commit e2e953d13b

View File

@ -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();