]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.h
Another warning.
[lyx.git] / src / mathed / InsetMathMBox.h
index 091de9ec79213b18e12e22fd76c827820703b480..eca4fcbfaa108ef6e73d182ff7c769dd2bcc93ea 100644 (file)
@@ -31,8 +31,8 @@ class BufferView;
 class InsetMathMBox : public InsetMath {
 public:
        ///
-       explicit InsetMathMBox(Buffer const & buffer);
-       explicit InsetMathMBox(Buffer const & buffer, Layout const & layout);
+       explicit InsetMathMBox(Buffer * buffer);
+       explicit InsetMathMBox(Buffer * buffer, Layout const & layout);
 
        /// this stores metrics information in cache_
        void metrics(MetricsInfo & mi, Dimension & dim) const;
@@ -48,6 +48,10 @@ public:
        ///
        int latex(odocstream & os, OutputParams const & runparams) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        Text * getText(int) const;
        ///
        void cursorPos(BufferView const & bv, CursorSlice const & sl,