Allow compilation with -std=c++11

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10562 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2015-02-08 19:46:36 +00:00
parent 5057528963
commit ec1d3ce3d9

View File

@ -127,9 +127,9 @@ Fl_Menu_Item menutable[] = {
{"Italic", 0, 0, 0, 0, 0, FL_ITALIC, 14},
{"BoldItalic",0,0,0, 0, 0, FL_BOLD+FL_ITALIC, 14},
{"Small", 0, 0, 0, 0, 0, FL_BOLD+FL_ITALIC, 10},
{"Emboss", 0, 0, 0, 0, FL_EMBOSSED_LABEL},
{"Engrave", 0, 0, 0, 0, FL_ENGRAVED_LABEL},
{"Shadow", 0, 0, 0, 0, FL_SHADOW_LABEL},
{"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},
{"&International",0,0,0,FL_SUBMENU},