mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* 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:
parent
bc5fd28ddf
commit
fd40810a8c
@ -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;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user