mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
* adapt to the changed signature
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23229 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ca6246e4da
commit
b6be7d908f
@ -1805,7 +1805,7 @@ size_type MathCompletionList::size() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
docstring MathCompletionList::data(size_t idx) const
|
docstring const & MathCompletionList::data(size_t idx) const
|
||||||
{
|
{
|
||||||
size_t lsize = locals.size();
|
size_t lsize = locals.size();
|
||||||
if (idx >= lsize)
|
if (idx >= lsize)
|
||||||
|
Loading…
Reference in New Issue
Block a user