commit e653907b84298d09d18dab330758a0808b148654 Author: Jean-Marc Lasgouttes <lasgout...@lyx.org> Date: Tue Jun 25 12:01:05 2024 +0200
fix comment --- src/mathed/MathStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/MathStream.h b/src/mathed/MathStream.h index ca7543101f..04c7cb507e 100644 --- a/src/mathed/MathStream.h +++ b/src/mathed/MathStream.h @@ -404,7 +404,7 @@ public: } /// Returns the current math style in the stream. const MathStyle & getFontMathStyle() const { return font_math_style_; } - /// Returns the current math style in the stream. + /// Sets the current math style in the stream. void setFontMathStyle(const MathStyle style) { font_math_style_ = style; } private: /// -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-cvs