summaryrefslogtreecommitdiff
path: root/FL/x11.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 /FL/x11.H
parentb24379133fff4c55b0eb1a0e82c71dca33474acc (diff)
Remove FL_EXPORT qualifier from platform-specific class declarations.
Diffstat (limited to 'FL/x11.H')
-rw-r--r--FL/x11.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/x11.H b/FL/x11.H
index 116870166..a9421b5f9 100644
--- a/FL/x11.H
+++ b/FL/x11.H
@@ -65,7 +65,7 @@ extern FL_EXPORT void *fl_xftfont;
// With Xlib / X11 fonts, fl_xfont will return the current selected font.
// With XFT / X11 fonts, fl_xfont will attempt to return the bitmap "core" font most
// similar to (usually the same as) the current XFT font.
-class FL_EXPORT Fl_XFont_On_Demand
+class Fl_XFont_On_Demand
{
public:
Fl_XFont_On_Demand(XFontStruct* p = NULL) : ptr(p) { }