mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Fix #10871 compiler warnings.
This commit is contained in:
parent
e869ec4bc9
commit
4c093a50c2
@ -626,9 +626,9 @@ void GuiExternal::applyView()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool GuiExternal::initialiseParams(string const & data)
|
bool GuiExternal::initialiseParams(string const & sdata)
|
||||||
{
|
{
|
||||||
InsetExternal::string2params(data, buffer(), params_);
|
InsetExternal::string2params(sdata, buffer(), params_);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user