Am Fri, 25 Apr 2025 16:32:09 +0000 schrieb Jean-Marc Lasgouttes <lasgout...@lyx.org>:
> commit a86e7c0a05f60fb604828a12efd324206cc73737 > Author: Jean-Marc Lasgouttes <lasgout...@lyx.org> > Date: Fri Apr 25 18:27:05 2025 +0200 > > rename InsetMathHull member: label_ => labels_ Forgotten to rename everything? Kornel
diff --git a/src/mathed/InsetMathHull.h b/src/mathed/InsetMathHull.h index 71569b30fc..8d79861d53 100644 --- a/src/mathed/InsetMathHull.h +++ b/src/mathed/InsetMathHull.h @@ -71,11 +71,11 @@ public: /// docstring label(row_type row) const; /// void label(row_type row, docstring const & label); /// - std::vector<InsetLabel *> const & getLabels() { return label_; } + std::vector<InsetLabel *> const & getLabels() { return labels_; } /// ColorCode backgroundColor(PainterInfo const &) const override; /// void numbered(row_type row, bool num) { numbered(row, num ? NUMBER : NONUMBER); } ///
pgpGAfXDStqC_.pgp
Description: Digitale Signatur von OpenPGP
-- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel