summaryrefslogtreecommitdiff
path: root/FL/Fl_Native_File_Chooser.H
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2014-10-29 20:05:05 +0000
committerLauri Kasanen <cand@gmx.com>2014-10-29 20:05:05 +0000
commitc7759da19ac9dece23b8dc74faa7ae547a8f0813 (patch)
treeaf065a7166c9c17d0530d45a7f3a1e1c6d06bc63 /FL/Fl_Native_File_Chooser.H
parent05f816fabc34c1741a87b7cb7ec8d764a550d136 (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/Fl_Native_File_Chooser.H')
-rw-r--r--FL/Fl_Native_File_Chooser.H4
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;