]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.h
Fix bugs #6078 and #9364
[lyx.git] / src / mathed / InsetMathChar.h
index d1a865fc15a564a91abfe42f8ede980dedd3b89f..65fac82fffb04c5067ebec2c0d4beb7f9e793068 100644 (file)
@@ -41,7 +41,9 @@ public:
        ///
        void octave(OctaveStream & os) const;
        ///
-       docstring mathmlize(MathStream & ms) const;
+       void mathmlize(MathStream & ms) const;
+       ///
+       void htmlize(HtmlStream & ms) const;
        /// identifies Charinsets
        InsetMathChar const * asCharInset() const { return this; }
        ///