From 1631e391879c85de3ee97406c19d6a8057294042 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 23 Aug 2022 09:02:06 +0200 Subject: Add FL_EXPORT directives erroneously removed at 7deff86. --- FL/x11.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') 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) { } -- cgit v1.2.3