Remove unnecessary friend declaration in class Fl_SVG_Image

This commit is contained in:
ManoloFLTK 2020-11-14 10:06:30 +01:00
parent c227edef39
commit 18ae6c84eb

View File

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