mirror of
https://github.com/fltk/fltk.git
synced 2026-02-06 00:01:57 +08:00
add missing FL_EXPORT macro
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7694 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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 @@ class Fl_Tree_Item; // forward decl must *precede* first doxygen comment block
|
||||
/// (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
|
||||
|
||||
Reference in New Issue
Block a user