summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-23 09:02:06 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-23 09:02:06 +0200
commit1631e391879c85de3ee97406c19d6a8057294042 (patch)
tree055908c0e741d86f8c48e5be9f1c1462e1fab0c5 /FL
parenta70bd69cfb8a9721de5ef059e3dab4ac0e99157e (diff)
Add FL_EXPORT directives erroneously removed at 7deff86.
Diffstat (limited to 'FL')
-rw-r--r--FL/x11.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/x11.H b/FL/x11.H
index a9421b5f9..116870166 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_XFont_On_Demand
+class FL_EXPORT Fl_XFont_On_Demand
{
public:
Fl_XFont_On_Demand(XFontStruct* p = NULL) : ptr(p) { }