mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
fix compiler warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25113 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4f2a7a953b
commit
31cc9454ef
@ -65,7 +65,7 @@ void InsetInfo::draw(PainterInfo & pi, int x, int y) const
|
||||
}
|
||||
|
||||
|
||||
docstring InsetInfo::toolTip(BufferView const & bv, int x, int y) const
|
||||
docstring InsetInfo::toolTip(BufferView const &, int, int) const
|
||||
{
|
||||
odocstringstream os;
|
||||
os << _("Information regarding ")
|
||||
|
Loading…
Reference in New Issue
Block a user