commit 5cb026e567d588b5613b41fb664abab7545ab4b4
Author: Kornel Benko <[email protected]>
Date: Fri Apr 25 21:44:23 2025 +0200
Amend a86e7c0a: rename InsetMathHull member: label_ => labels_
---
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 71569b30fc..8d79861d53 100644
--- a/src/mathed/InsetMathHull.h
+++ b/src/mathed/InsetMathHull.h
@@ -73,7 +73,7 @@ public:
///
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;
///
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs