commit fceda2c0d85b6690e40815f31205c059a7bf2119
Author: Thibaut Cuvelier <[email protected]>
Date: Mon Mar 24 00:11:58 2025 +0100
InsetMathHull: move `mathAsLatex` to private.
This method is hard to use properly. (See the comment added in bbec301c,
for instance.)
---
src/mathed/InsetMathHull.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mathed/InsetMathHull.h b/src/mathed/InsetMathHull.h
index 89352ab60d..fb70333fac 100644
--- a/src/mathed/InsetMathHull.h
+++ b/src/mathed/InsetMathHull.h
@@ -152,8 +152,6 @@ public:
void mathmlize(MathMLStream &) const override;
///
void htmlize(HtmlStream &) const override;
- /// Returns the hull as a LaTeX string for embedding in HTML or XML.
- docstring mathAsLatex() const;
///
void toString(odocstream &) const override;
///
@@ -219,6 +217,8 @@ private:
void loadPreview(DocIterator const & pos) const;
///
void setType(HullType type);
+ /// Returns the hull as a LaTeX string for embedding in HTML or XML.
+ docstring mathAsLatex() const;
///
void validate1(LaTeXFeatures & features);
///
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs