mirror of https://github.com/fltk/fltk
Remove extraneous comma from enum, fix compiler warning.
Thanks to Michael Baeuerle. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10376 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
14069e0621
commit
f1bf759c64
|
@ -931,7 +931,7 @@ enum Fl_Cursor {
|
|||
FL_CURSOR_W = 36, /**< leftwards resize. */
|
||||
FL_CURSOR_NW = 68, /**< upwards, left resize. */
|
||||
|
||||
FL_CURSOR_NONE =255, /**< invisible. */
|
||||
FL_CURSOR_NONE =255 /**< invisible. */
|
||||
};
|
||||
/*@}*/ // group: Cursors
|
||||
|
||||
|
|
Loading…
Reference in New Issue