* InsetMathHull.h: constness, as suggested by Abdel.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33243 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-01-28 09:18:15 +00:00
parent bc5fd28ddf
commit fd40810a8c

View File

@ -60,7 +60,7 @@ public:
///
void label(row_type row, docstring const & label);
///
std::vector<InsetLabel *> getLabels() { return label_; }
std::vector<InsetLabel *> const & getLabels() { return label_; }
///
ColorCode backgroundColor(PainterInfo const &) const;
///