summaryrefslogtreecommitdiff
path: root/FL/Fl_Tree_Prefs.H
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2014-09-06 09:31:53 +0000
committerLauri Kasanen <cand@gmx.com>2014-09-06 09:31:53 +0000
commit8bc524ef275d43d501d81958cb9b359a3b55dbec (patch)
tree32eb53ba1c5d78a6d4570b5283ef5f6835609b89 /FL/Fl_Tree_Prefs.H
parentd3a8566cab75203a3023b55683c9f45940779110 (diff)
Remove trailing comma in the last value of an enum, some compilers dislike it
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10280 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Tree_Prefs.H')
-rw-r--r--FL/Fl_Tree_Prefs.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Tree_Prefs.H b/FL/Fl_Tree_Prefs.H
index 1ef56ca52..ba6e7b0d0 100644
--- a/FL/Fl_Tree_Prefs.H
+++ b/FL/Fl_Tree_Prefs.H
@@ -69,7 +69,7 @@ enum Fl_Tree_Select {
FL_TREE_SELECT_SINGLE=1, ///< Single item selected when item is clicked (default)
FL_TREE_SELECT_MULTI=2, ///< Multiple items can be selected by clicking
///< with SHIFT, CTRL or mouse drags.
- FL_TREE_SELECT_SINGLE_DRAGGABLE=3, ///< Single items may be selected, and they may be
+ FL_TREE_SELECT_SINGLE_DRAGGABLE=3 ///< Single items may be selected, and they may be
///< reordered by mouse drag.
};