diff options
Diffstat (limited to 'FL/Fl_Device.H')
| -rw-r--r-- | FL/Fl_Device.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 97266c391..aa34199c0 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -528,6 +528,8 @@ public: #elif defined(FL_PORTING) # pragma message "FL_PORTING: define a native graphics driver Fl_xxx_Graphics_Driver" +class FL_EXPORT Fl_XXX_Graphics_Driver : public Fl_Graphics_Driver { +}; #else // X11 |
