summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Fl_Image_Surface.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Image_Surface.H b/FL/Fl_Image_Surface.H
index 39276117d..3414f72af 100644
--- a/FL/Fl_Image_Surface.H
+++ b/FL/Fl_Image_Surface.H
@@ -43,7 +43,7 @@
Fl_Display_Device::display_device()->set_current(); // direct graphics requests back to the display
\endcode
*/
-class Fl_Image_Surface : public Fl_Surface_Device {
+class FL_EXPORT Fl_Image_Surface : public Fl_Surface_Device {
private:
Fl_Offscreen offscreen;
int width;
@@ -72,7 +72,7 @@ public:
#ifdef __APPLE__
/* Mac class to implement translate()/untranslate() for a flipped bitmap graphics context */
-class Fl_Quartz_Flipped_Surface_ : public Fl_Quartz_Surface_ {
+class FL_EXPORT Fl_Quartz_Flipped_Surface_ : public Fl_Quartz_Surface_ {
public:
static const char *class_id;
const char *class_name() {return class_id;};