Commit 0514e8a1 authored by Davis King's avatar Davis King

Changed code slightly to avoid another warning from valgrind.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402472
parent 712c8d48
...@@ -2480,6 +2480,8 @@ namespace dlib ...@@ -2480,6 +2480,8 @@ namespace dlib
struct menu_data struct menu_data
{ {
menu_data():underline_pos(dlib::ustring::npos){}
dlib::ustring name; dlib::ustring name;
dlib::ustring::size_type underline_pos; dlib::ustring::size_type underline_pos;
popup_menu menu; popup_menu menu;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment