diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 1059e12b0..d4f379b2e 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -395,7 +395,7 @@ public: Fl_Font_Descriptor *next; Fl_Fontsize size; /**< font size */ Fl_Font_Descriptor(const char* fontname, Fl_Fontsize size); - virtual FL_EXPORT ~Fl_Font_Descriptor() {} + virtual /* FL_EXPORT */ ~Fl_Font_Descriptor() {} int ascent, descent; unsigned int listbase;// base of display list, 0 = none };