From: Thibaut Cuvelier Date: Sat, 28 Sep 2024 14:41:55 +0000 (+0200) Subject: amend X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ca5d5a0b1ada812bf0ba473bd67276ba651a15e1;p=lyx.git amend --- diff --git a/src/mathed/MathStream.h b/src/mathed/MathStream.h index ccc6f14fff..c49384cdda 100644 --- a/src/mathed/MathStream.h +++ b/src/mathed/MathStream.h @@ -399,6 +399,8 @@ public: bool inText() const { return text_level_ != nlevel; } /// std::string xmlns() const { return xmlns_; } + /// + MathMLVersion version() const { return version_; } /// Returns the tag name prefixed by the name space if needed. std::string namespacedTag(std::string const & tag) const { return (xmlns().empty() ? "" : xmlns() + ":") + tag;