mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Squash warning about possibly uninitialised var.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6686 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1423bdb7a7
commit
e9eb69c5b4
@ -241,7 +241,7 @@ int Menubar::Pimpl::create_submenu(Window win, XFormsView * view,
|
||||
// Build the menu label from all the info
|
||||
string label = fixlabel(item.label());
|
||||
FuncStatus const flag = item.status();
|
||||
int submenuid;
|
||||
int submenuid = 0;
|
||||
|
||||
// Is there a key binding?
|
||||
string const binding = item.binding();
|
||||
|
Loading…
Reference in New Issue
Block a user