From 19e6f30b18ff63da290aaa2019e3ab90f7dbaea3 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 20 Apr 2009 09:46:52 +0000 Subject: [PATCH] cut-and-paste made me do it, I swear git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29355 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Counters.cpp | 3 +-- src/Counters.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Counters.cpp b/src/Counters.cpp index 6b59918696..5211d5a074 100644 --- a/src/Counters.cpp +++ b/src/Counters.cpp @@ -149,8 +149,7 @@ docstring const & Counter::flatLabelString(bool in_appendix) const } -docstring const & Counter::setFlatLabelStrings(docstring const & fls, - docstring const & flsa) +void Counter::setFlatLabelStrings(docstring const & fls, docstring const & flsa) { flatlabelstring_ = fls; flatlabelstringappendix_ = flsa; diff --git a/src/Counters.h b/src/Counters.h index 6ca12991c2..a83c5226e2 100644 --- a/src/Counters.h +++ b/src/Counters.h @@ -61,8 +61,7 @@ public: */ docstring const & flatLabelString(bool in_appendix) const; /// set the \c flatLabelString values. - docstring const & setFlatLabelStrings(docstring const & fls, - docstring const & flsa); + void setFlatLabelStrings(docstring const & fls, docstring const & flsa); private: /// int value_; -- 2.39.2