summaryrefslogtreecommitdiff
path: root/FL/Fl_Tree_Item_Array.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Tree_Item_Array.H')
-rw-r--r--FL/Fl_Tree_Item_Array.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Tree_Item_Array.H b/FL/Fl_Tree_Item_Array.H
index 18527a8ef..a8de00dcc 100644
--- a/FL/Fl_Tree_Item_Array.H
+++ b/FL/Fl_Tree_Item_Array.H
@@ -67,7 +67,7 @@ public:
return(_total);
}
/// Swap the two items at index positions \p ax and \p bx.
-#if FLTK_ABI_VERSION >= 10302
+#if FLTK_ABI_VERSION >= 10301
// NEW -- code moved to .cxx
void swap(int ax, int bx);
#else /*FLTK_ABI_VERSION*/