diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-20 10:16:32 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-20 10:16:32 +0200 |
| commit | 7deff86b5d70ca3f8a1ed4cbbc251c7fa31444dd (patch) | |
| tree | 2db3bd085b063df3d2f7485cdf42ce529d86a42d /src/Fl_System_Driver.H | |
| parent | b24379133fff4c55b0eb1a0e82c71dca33474acc (diff) | |
Remove FL_EXPORT qualifier from platform-specific class declarations.
Diffstat (limited to 'src/Fl_System_Driver.H')
| -rw-r--r-- | src/Fl_System_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_System_Driver.H b/src/Fl_System_Driver.H index 007fc4925..e8930486e 100644 --- a/src/Fl_System_Driver.H +++ b/src/Fl_System_Driver.H @@ -59,7 +59,7 @@ class Fl_Sys_Menu_Bar_Driver; This class is only for internal use by the FLTK library. Each supported platform implements several of the virtual methods of this class. */ -class FL_EXPORT Fl_System_Driver { +class Fl_System_Driver { friend class Fl; public: struct Keyname { |
