From: Jean-Marc Lasgouttes Date: Mon, 20 Apr 2009 11:00:30 +0000 (+0000) Subject: I did this one all by myself; naughty jmarc X-Git-Tag: 2.0.0~6775 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ac5a6ac79a0973f4e006ce375173d08ea1d6e8c0;p=features.git I did this one all by myself; naughty jmarc git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29358 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Counters.cpp b/src/Counters.cpp index 57439ecca3..f0fe334941 100644 --- a/src/Counters.cpp +++ b/src/Counters.cpp @@ -439,7 +439,8 @@ docstring Counters::theCounter(docstring const & counter) const } -docstring const Counters::flattenLabelString(docstring const & counter, bool in_appendix, +docstring Counters::flattenLabelString(docstring const & counter, + bool in_appendix, vector & callers) const { docstring label;