From d32de2fc14a507b7a15279546c892b57c175e9bd Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 12 Nov 2023 19:23:31 +0100 Subject: [PATCH] Fix missing FL_EXPORT of class Fl_Grid Thanks to Andre for finding this and sending a patch via mail. --- FL/Fl_Grid.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/Fl_Grid.H b/FL/Fl_Grid.H index 64183710c..a104508f9 100644 --- a/FL/Fl_Grid.H +++ b/FL/Fl_Grid.H @@ -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: