diff options
| author | Greg Ercolano <erco@seriss.com> | 2012-04-22 14:21:08 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2012-04-22 14:21:08 +0000 |
| commit | 2ae607e8bafc7561f42f642ee0479221e917ef5a (patch) | |
| tree | 198abe387443816b92920cae11ae768ce87e103b /src/Fl_Tree_Item.cxx | |
| parent | 67ea785bfd07b3d2a1dcfa3018f8e535ad4087ab (diff) | |
o doc fixes
o new calc_item_height() -> const
o Added a needed ABI ifdef
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9380 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Tree_Item.cxx')
| -rw-r--r-- | src/Fl_Tree_Item.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Tree_Item.cxx b/src/Fl_Tree_Item.cxx index ea91092fb..f4293f8da 100644 --- a/src/Fl_Tree_Item.cxx +++ b/src/Fl_Tree_Item.cxx @@ -558,7 +558,7 @@ static void draw_item_focus(Fl_Boxtype B, Fl_Color C, int X, int Y, int W, int H } /// Return the item's 'visible' height -int Fl_Tree_Item::calc_item_height(const Fl_Tree_Prefs &prefs) { +int Fl_Tree_Item::calc_item_height(const Fl_Tree_Prefs &prefs) const { if ( ! _visible ) return(0); int H = 0; if ( _label ) { |
