]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.h
Another warning.
[lyx.git] / src / mathed / InsetMathMBox.h
index e393f908ff585310cb2a4c9aa3cfe839093af3cb..eca4fcbfaa108ef6e73d182ff7c769dd2bcc93ea 100644 (file)
@@ -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,