summaryrefslogtreecommitdiff
path: root/src/Fl_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-20 10:16:32 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-20 10:16:32 +0200
commit7deff86b5d70ca3f8a1ed4cbbc251c7fa31444dd (patch)
tree2db3bd085b063df3d2f7485cdf42ce529d86a42d /src/Fl_Screen_Driver.H
parentb24379133fff4c55b0eb1a0e82c71dca33474acc (diff)
Remove FL_EXPORT qualifier from platform-specific class declarations.
Diffstat (limited to 'src/Fl_Screen_Driver.H')
-rw-r--r--src/Fl_Screen_Driver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H
index f7f927758..e0395bd24 100644
--- a/src/Fl_Screen_Driver.H
+++ b/src/Fl_Screen_Driver.H
@@ -51,7 +51,7 @@ class Fl_Input;
Each supported platform implements several of the virtual methods of this class.
*/
-class FL_EXPORT Fl_Screen_Driver {
+class Fl_Screen_Driver {
protected:
Fl_Screen_Driver();