]> git.lyx.org Git - lyx.git/commitdiff
amend
authorThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 28 Sep 2024 14:41:55 +0000 (16:41 +0200)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 28 Sep 2024 14:50:29 +0000 (16:50 +0200)
src/mathed/MathStream.h

index ccc6f14fff2ebad77daf13fb74670ddf30a87d26..c49384cddaad7ffd2178624e568400bac79a97d4 100644 (file)
@@ -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;