]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / mathed / InsetMathMBox.h
index 1e5654e9401bcbdc814ecbc027cd4bd180ba9896..6629ea820fdba210a9566318680f89c9494031c3 100644 (file)
@@ -46,10 +46,12 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       int latex(odocstream & os, OutputParams const & runparams) const;
+       void latex(otexstream & 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,