summaryrefslogtreecommitdiff
path: root/FL/Fl_Tree.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Tree.H')
-rw-r--r--FL/Fl_Tree.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Tree.H b/FL/Fl_Tree.H
index 5e6865124..c42718587 100644
--- a/FL/Fl_Tree.H
+++ b/FL/Fl_Tree.H
@@ -130,7 +130,7 @@ enum Fl_Tree_Reason {
};
-class Fl_Tree : public Fl_Group {
+class FL_EXPORT Fl_Tree : public Fl_Group {
Fl_Tree_Item *_root; // can be null!
Fl_Tree_Item *_item_focus; // item that has focus box
Fl_Tree_Item *_callback_item; // item invoked during callback (can be NULL)