]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.h
Introduce a return value for mathmlize(). We will need this to be able
[lyx.git] / src / mathed / InsetMathChar.h
index 6dba328c4e3deac9c4aec64a589ad29c72840447..d1a865fc15a564a91abfe42f8ede980dedd3b89f 100644 (file)
@@ -41,7 +41,7 @@ public:
        ///
        void octave(OctaveStream & os) const;
        ///
-       void mathmlize(MathStream & ms) const;
+       docstring mathmlize(MathStream & ms) const;
        /// identifies Charinsets
        InsetMathChar const * asCharInset() const { return this; }
        ///