diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Tree.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Tree.H b/FL/Fl_Tree.H index a53560f8b..2a4b8cfa3 100644 --- a/FL/Fl_Tree.H +++ b/FL/Fl_Tree.H @@ -277,6 +277,7 @@ enum Fl_Tree_Reason { }; class FL_EXPORT Fl_Tree : public Fl_Group { + friend class Fl_Tree_Item; 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) |
