mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 01:46:58 +08:00
STR #2714: remove new shadow lint for MacOS
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ public:
|
||||
~Fl_PostScript_Graphics_Driver();
|
||||
// ---
|
||||
Fl_Bitmask create_bitmask(int w, int h, const uchar *array) { return 0L; }
|
||||
virtual int has_feature(driver_feature mask) { return mask & PRINTER; }
|
||||
virtual int has_feature(driver_feature feature_mask) { return feature_mask & PRINTER; }
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user