From 71bf7c64008012f7ebacda04ca89cc2f1d68848c Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 2 Sep 2010 19:38:08 +0000 Subject: add missing FL_EXPORT macro git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7694 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Tree_Item.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Tree_Item.H') diff --git a/FL/Fl_Tree_Item.H b/FL/Fl_Tree_Item.H index 983c8c0ab..434ae303c 100644 --- a/FL/Fl_Tree_Item.H +++ b/FL/Fl_Tree_Item.H @@ -56,7 +56,7 @@ /// When you make changes to items, you'll need to tell the tree to redraw() /// for the changes to show up. /// -class Fl_Tree_Item { +class FL_EXPORT Fl_Tree_Item { const char *_label; // label (memory managed) int _labelfont; // label's font face int _labelsize; // label's font size -- cgit v1.2.3