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:
Albrecht Schlosser 2015-04-03 10:22:58 +00:00
parent 38a0ebd38f
commit 50c963de12
1 changed files with 1 additions and 1 deletions

View File

@ -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},