* 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:
Stefan Schimanski 2008-02-25 14:25:49 +00:00
parent ca6246e4da
commit b6be7d908f

View File

@ -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();
if (idx >= lsize)