]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.h
make it compile again (hopefully)
[lyx.git] / src / mathed / InsetMathMBox.h
index 39fa6e996a64da3f903abd645d35dd68d6201295..339ee668d9b2d53c8bc1ffdce7d25b0e6f4c7379 100644 (file)
@@ -36,12 +36,13 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       int latex(Buffer const &, std::ostream & os,
+       int latex(Buffer const &, lyx::odocstream & os,
                        OutputParams const & runparams) const;
        ///
        LyXText * getText(int) const;
        ///
-       void cursorPos(CursorSlice const & sl, bool boundary, int & x, int & y) const;
+       void cursorPos(BufferView const & bv, CursorSlice const & sl,
+               bool boundary, int & x, int & y) const;
 protected:
        virtual void doDispatch(LCursor & cur, FuncRequest & cmd);