diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-03-01 17:24:03 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-03-01 17:24:03 +0100 |
| commit | 2626962dd3351fb33c7728a462b02d8e39d4502d (patch) | |
| tree | 27c6dc548b4dfcac4f7a5b96d1e8bcddd6a8a888 /FL/Fl_Shortcut_Button.H | |
| parent | 43ae343bf33b882ac3d621e335f7046785dff210 (diff) | |
Fix regression: failed to build shared FLTK libs
Add FL_EXPORT to some classes to make building shared libs possible.
Building shared libs and 'fluid-shared' missed global symbols.
Diffstat (limited to 'FL/Fl_Shortcut_Button.H')
| -rw-r--r-- | FL/Fl_Shortcut_Button.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Shortcut_Button.H b/FL/Fl_Shortcut_Button.H index f928944f5..5fef2ccb5 100644 --- a/FL/Fl_Shortcut_Button.H +++ b/FL/Fl_Shortcut_Button.H @@ -19,7 +19,7 @@ #include <FL/Fl_Button.H> -class Fl_Shortcut_Button : public Fl_Button { +class FL_EXPORT Fl_Shortcut_Button : public Fl_Button { private: bool hot_, pre_hot_; Fl_Shortcut pre_esc_; |
