From fd40810a8c7534a3960b403cf6bf735459837bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Thu, 28 Jan 2010 09:18:15 +0000 Subject: [PATCH] * InsetMathHull.h: constness, as suggested by Abdel. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33243 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathHull.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathHull.h b/src/mathed/InsetMathHull.h index e4be68d01c..0a52e3a256 100644 --- a/src/mathed/InsetMathHull.h +++ b/src/mathed/InsetMathHull.h @@ -60,7 +60,7 @@ public: /// void label(row_type row, docstring const & label); /// - std::vector getLabels() { return label_; } + std::vector const & getLabels() { return label_; } /// ColorCode backgroundColor(PainterInfo const &) const; ///