Fix missing FL_EXPORT of class Fl_Grid

Thanks to Andre for finding this and sending a patch via mail.
This commit is contained in:
Albrecht Schlosser 2023-11-12 19:23:31 +01:00
parent 888dc5f5c5
commit d32de2fc14

View File

@ -140,7 +140,7 @@ const Fl_Grid_Align FL_GRID_BOTTOM_RIGHT = FL_GRID_BOTTOM | FL_GRID_RIGHT;
\image html Fl_Grid.png
\image latex Fl_Grid.png "Simple 3x3 Fl_Grid" width=7cm
*/
class Fl_Grid : public Fl_Group {
class FL_EXPORT Fl_Grid : public Fl_Group {
friend class Fl_Grid_Type;
public: