STR #2714: remove new shadow lint for MacOS

This commit is contained in:
Matthias Melcher
2019-02-02 17:47:55 +01:00
parent 76668c7cc1
commit 452a410a3e
22 changed files with 135 additions and 133 deletions
+1 -1
View File
@@ -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; }
};
/**