diff options
| -rw-r--r-- | FL/Fl_Tree.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Tree.H b/FL/Fl_Tree.H index ab5559446..d6f7bc1b2 100644 --- a/FL/Fl_Tree.H +++ b/FL/Fl_Tree.H @@ -200,7 +200,7 @@ class FL_EXPORT Fl_Tree : public Fl_Group { int _scrollbar_size; // size of scrollbar trough protected: - Fl_Scrollbar *_vscroll; /// Vertical scrollbar + Fl_Scrollbar *_vscroll; ///< Vertical scrollbar void item_clicked(Fl_Tree_Item* val); void do_callback_for_item(Fl_Tree_Item* item, Fl_Tree_Reason reason); Fl_Tree_Item *next_visible_item(Fl_Tree_Item *start, int dir); |
