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. --- FL/Fl_Device.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Device.H') diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 890d4f744..93b3836a9 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -112,7 +112,7 @@ public: It is currently used to provide an automated printing service and screen capture for OpenGL windows, if linked with fltk_gl. */ -class FL_EXPORT Fl_Device_Plugin : public Fl_Plugin { +class Fl_Device_Plugin : public Fl_Plugin { public: /** \brief The constructor */ Fl_Device_Plugin(const char *pluginName) -- cgit v1.2.3