From b6be7d908fca234d4a49409fefde7b3999d81ed7 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Mon, 25 Feb 2008 14:25:49 +0000 Subject: [PATCH] * adapt to the changed signature git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23229 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathNest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index 4cf95e1928..432f4e7eaf 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/mathed/InsetMathNest.cpp @@ -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) -- 2.39.2