]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnsureMath.h
Do not throw exceptions here either. See r22806.
[lyx.git] / src / mathed / InsetMathEnsureMath.h
index d6e9a242b5d4c316baba9ff0a696533d9cb05555..ccc136a157c93cea04c95c232ecb9fa988b5be5c 100644 (file)
@@ -22,7 +22,7 @@ namespace lyx {
 /// Inset for ensuring math mode
 class InsetMathEnsureMath : public InsetMathNest {
 public:
-       InsetMathEnsureMath();
+       InsetMathEnsureMath(Buffer * buf);
        ///
        mode_type currentMode() const { return MATH_MODE; }
        ///
@@ -36,6 +36,8 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_ENSUREMATH_CODE; }