mirror of https://github.com/fltk/fltk
Add missing cast (part of patch for STR #2813).
Thanks to Csaba for finding this and providing a patch. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10661 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
38a0ebd38f
commit
50c963de12
|
@ -130,7 +130,7 @@ Fl_Menu_Item menutable[] = {
|
|||
{"Emboss", 0, 0, 0, 0, (uchar)FL_EMBOSSED_LABEL},
|
||||
{"Engrave", 0, 0, 0, 0, (uchar)FL_ENGRAVED_LABEL},
|
||||
{"Shadow", 0, 0, 0, 0, (uchar)FL_SHADOW_LABEL},
|
||||
{"@->", 0, 0, 0, 0, FL_SYMBOL_LABEL},
|
||||
{"@->", 0, 0, 0, 0, (uchar)FL_SYMBOL_LABEL},
|
||||
{0},
|
||||
{"&International",0,0,0,FL_SUBMENU},
|
||||
{"Sharp Ess",0x0000df},
|
||||
|
|
Loading…
Reference in New Issue