Fixed another FL_EXPORT missing in fl_draw.H.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7315 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Fabien Costantini 2010-03-22 06:17:47 +00:00
parent 4f7629a109
commit e85ff24c22

View File

@ -42,7 +42,7 @@ class Fl_Image;
// Label flags...
FL_EXPORT extern char fl_draw_shortcut;
extern Fl_Device *fl_device;
FL_EXPORT extern Fl_Device *fl_device;
/** \addtogroup fl_attributes
@{