mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 11:52:25 +00:00
Fix warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23242 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b0de1dca99
commit
1f18764d97
@ -471,7 +471,6 @@ docstring const & InsetCommandParams::operator[](string const & name) const
|
|||||||
docstring & InsetCommandParams::operator[](string const & name)
|
docstring & InsetCommandParams::operator[](string const & name)
|
||||||
{
|
{
|
||||||
BOOST_ASSERT(info_.hasParam(name));
|
BOOST_ASSERT(info_.hasParam(name));
|
||||||
ParamInfo::ParamData const & pd = info_[name];
|
|
||||||
return params_[name];
|
return params_[name];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user