From 7deff86b5d70ca3f8a1ed4cbbc251c7fa31444dd Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 20 Aug 2022 10:16:32 +0200 Subject: Remove FL_EXPORT qualifier from platform-specific class declarations. --- src/Fl_System_Driver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_System_Driver.H') 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 { -- cgit v1.2.3