mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 07:52:34 +08:00
Added missing 'FL_EXPORT' to lots of classes.
This may not be complete yet... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8022 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
then use Fl_Text_Display. If you want to display HTML text,
|
||||
use Fl_Help_View.
|
||||
*/
|
||||
class Fl_Multiline_Output : public Fl_Output {
|
||||
class FL_EXPORT Fl_Multiline_Output : public Fl_Output {
|
||||
public:
|
||||
/**
|
||||
Creates a new Fl_Multiline_Output widget using the given
|
||||
|
||||
Reference in New Issue
Block a user