diff options
| author | Fabien Costantini <fabien@onepost.net> | 2012-04-16 03:29:56 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2012-04-16 03:29:56 +0000 |
| commit | 1d3f79bc23a892fcc964bc53d499bd94e175989e (patch) | |
| tree | b703c6951d5b6d95c7b2cb60abee765584a86e08 /test/tree.fl | |
| parent | 0f493a973902050bdac286e52d62f686b7363a64 (diff) | |
Made homogen the scope of the new fl_tree enum with previous Fl_Tree_Reason enum.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9350 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/tree.fl')
| -rw-r--r-- | test/tree.fl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tree.fl b/test/tree.fl index 8e6d90d34..13269b576 100644 --- a/test/tree.fl +++ b/test/tree.fl @@ -225,7 +225,7 @@ Function {} {open user_data 1234 callback {G_cb_counter++; // Increment callback counter whenever tree callback is invoked \#if FLTK_ABI_VERSION >= 10302 - tree->item_reselect_mode(Fl_Tree::FL_TREE_SELECTABLE_ALWAYS); + tree->item_reselect_mode(FL_TREE_SELECTABLE_ALWAYS); \#endif Fl_Tree_Item *item = tree->callback_item(); if ( item ) { |
