mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 01:46:58 +08:00
Remove unnecessary friend declaration in class Fl_SVG_Image
This commit is contained in:
@@ -133,7 +133,6 @@ struct NSVGimage;
|
||||
|
||||
*/
|
||||
class FL_EXPORT Fl_SVG_Image : public Fl_RGB_Image {
|
||||
friend class Fl_Graphics_Driver;
|
||||
private:
|
||||
typedef struct {
|
||||
NSVGimage* svg_image;
|
||||
|
||||
Reference in New Issue
Block a user