Author: yuri
Date: 2010-09-02 12:38:08 -0700 (Thu, 02 Sep 2010)
New Revision: 7694
Log:
add missing FL_EXPORT macro
Modified:
branches/branch-1.3/FL/Fl_Tree.H
branches/branch-1.3/FL/Fl_Tree_Item.H
branches/branch-1.3/FL/Fl_Tree_Item_Array.H
branches/branch-1.3/FL/Fl_Tree_Prefs.H
Modified: branches/branch-1.3/FL/Fl_Tree.H
===================================================================
--- branches/branch-1.3/FL/Fl_Tree.H 2010-08-31 10:01:59 UTC (rev 7693)
+++ branches/branch-1.3/FL/Fl_Tree.H 2010-09-02 19:38:08 UTC (rev 7694)
@@ -130,7 +130,7 @@
};
-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)
Modified: branches/branch-1.3/FL/Fl_Tree_Item.H
===================================================================
--- branches/branch-1.3/FL/Fl_Tree_Item.H 2010-08-31 10:01:59 UTC (rev
7693)
+++ branches/branch-1.3/FL/Fl_Tree_Item.H 2010-09-02 19:38:08 UTC (rev
7694)
@@ -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
Modified: branches/branch-1.3/FL/Fl_Tree_Item_Array.H
===================================================================
--- branches/branch-1.3/FL/Fl_Tree_Item_Array.H 2010-08-31 10:01:59 UTC (rev
7693)
+++ branches/branch-1.3/FL/Fl_Tree_Item_Array.H 2010-09-02 19:38:08 UTC (rev
7694)
@@ -5,7 +5,9 @@
#ifndef _FL_TREE_ITEM_ARRAY_H
#define _FL_TREE_ITEM_ARRAY_H
-class Fl_Tree_Item; // forward decl must *precede* first doxygen
comment block
+#include "Fl_Export.H"
+
+class FL_EXPORT Fl_Tree_Item; // forward decl must *precede* first doxygen
comment block
// or doxygen will not document our class..
//////////////////////////
@@ -46,7 +48,7 @@
/// (unless otherwise noted).
///
-class Fl_Tree_Item_Array {
+class FL_EXPORT Fl_Tree_Item_Array {
Fl_Tree_Item **_items; // items array
int _total; // #items in array
int _size; // #items *allocated* for array
Modified: branches/branch-1.3/FL/Fl_Tree_Prefs.H
===================================================================
--- branches/branch-1.3/FL/Fl_Tree_Prefs.H 2010-08-31 10:01:59 UTC (rev
7693)
+++ branches/branch-1.3/FL/Fl_Tree_Prefs.H 2010-09-02 19:38:08 UTC (rev
7694)
@@ -82,7 +82,7 @@
/// You should probably be using the methods in Fl_Tree
/// instead of trying to accessing tree's preferences settings directly.
///
-class Fl_Tree_Prefs {
+class FL_EXPORT Fl_Tree_Prefs {
int _labelfont; // label's font face
int _labelsize; // label's font size
int _margintop; // --
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit