mirror of https://github.com/fltk/fltk
Add public: to definition of class Fl_Quartz_Printer_Graphics_Driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12024 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
04f1e4d1aa
commit
2b5fbbacfc
|
@ -182,6 +182,7 @@ protected:
|
|||
};
|
||||
|
||||
class Fl_Quartz_Printer_Graphics_Driver : public Fl_Quartz_Graphics_Driver {
|
||||
public:
|
||||
virtual int has_feature(driver_feature mask) { return mask & (NATIVE | PRINTER); }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue