diff options
| -rw-r--r-- | FL/Fl_Device.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 460fb278e..96ac0ca64 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -491,7 +491,7 @@ public: * This class is implemented only on the Xlib platform. */ -class Fl_Xlib_Graphics_Driver : public Fl_Graphics_Driver { +class FL_EXPORT Fl_Xlib_Graphics_Driver : public Fl_Graphics_Driver { public: static const char *class_id; const char *class_name() {return class_id;}; |
