Restore building with --disable-svg

This commit is contained in:
ManoloFLTK 2020-11-10 15:51:44 +01:00
parent 08b36fe4c8
commit 7b6d0a8196
1 changed files with 2 additions and 1 deletions

View File

@ -1005,7 +1005,8 @@ void Fl_SVG_Graphics_Driver::arc_pie(char AorP, int x, int y, int w, int h, doub
#else
Fl_SVG_File_Surface::Fl_SVG_File_Surface(int w, int h, FILE *f) : Fl_Widget_Surface(NULL) {
Fl_SVG_File_Surface::Fl_SVG_File_Surface(int w, int h, FILE *f, int (*closef)(FILE*)) : Fl_Widget_Surface(NULL) {
closef_ = NULL;
width_ = height_ = 0;
}
Fl_SVG_File_Surface::~Fl_SVG_File_Surface() {}