diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-10-29 20:05:05 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-10-29 20:05:05 +0000 |
| commit | c7759da19ac9dece23b8dc74faa7ae547a8f0813 (patch) | |
| tree | af065a7166c9c17d0530d45a7f3a1e1c6d06bc63 /FL | |
| parent | 05f816fabc34c1741a87b7cb7ec8d764a550d136 (diff) | |
Export the native file choosers
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10408 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Native_File_Chooser.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H index a33985c17..dbc4b0cf1 100644 --- a/FL/Fl_Native_File_Chooser.H +++ b/FL/Fl_Native_File_Chooser.H @@ -248,7 +248,7 @@ private: }; #if !defined(__APPLE__) && !defined(WIN32) -class Fl_FLTK_File_Chooser { +class FL_EXPORT Fl_FLTK_File_Chooser { friend class Fl_Native_File_Chooser; protected: int _btype; // kind-of browser to show() @@ -291,7 +291,7 @@ protected: }; -class Fl_GTK_File_Chooser : public Fl_FLTK_File_Chooser { +class FL_EXPORT Fl_GTK_File_Chooser : public Fl_FLTK_File_Chooser { friend class Fl_Native_File_Chooser; private: typedef struct _GtkWidget GtkWidget; |
