mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 06:56:24 +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:
@@ -41,7 +41,7 @@
|
||||
user presses the mouse, but you can change this with when().
|
||||
<P>See Fl_Browser for methods to add and remove lines from the browser.
|
||||
*/
|
||||
class Fl_Select_Browser : public Fl_Browser {
|
||||
class FL_EXPORT Fl_Select_Browser : public Fl_Browser {
|
||||
public:
|
||||
/**
|
||||
Creates a new Fl_Select_Browser widget using the given
|
||||
|
||||
Reference in New Issue
Block a user