]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathRoot.h
Introduce a return value for mathmlize(). We will need this to be able
[features.git] / src / mathed / InsetMathRoot.h
index 1fd6e08d0d35d96a145ad3d049ffe62bd3c947bc..e05cc807a303f8d85cc37fd3e6acd1d30cdf09fa 100644 (file)
@@ -23,7 +23,7 @@ namespace lyx {
 class InsetMathRoot : public InsetMathNest {
 public:
        ///
-       InsetMathRoot();
+       InsetMathRoot(Buffer * buf);
        ///
        bool idxUpDown(Cursor & cur, bool up) const;
        ///
@@ -36,7 +36,7 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void mathmlize(MathStream &) const;
+       docstring mathmlize(MathStream &) const;
        ///
        void maple(MapleStream &) const;
        ///