]> git.lyx.org Git - lyx.git/commitdiff
* adapt to the changed signature
authorStefan Schimanski <sts@lyx.org>
Mon, 25 Feb 2008 14:25:49 +0000 (14:25 +0000)
committerStefan Schimanski <sts@lyx.org>
Mon, 25 Feb 2008 14:25:49 +0000 (14:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23229 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathNest.cpp

index 4cf95e192866c2d41c732d2c63d011bb6e93c5f0..432f4e7eaf9daebebef95d8738aa8788d59f4da3 100644 (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)