]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.h
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathMBox.h
index 305d88fd186204b91f91b44abecf7755fc2d61b9..cc621b71c7efd1573d2d9e5ff8843d7f9367f118 100644 (file)
@@ -16,6 +16,9 @@
 #include "lyxtext.h"
 
 
+namespace lyx {
+
+
 // almost a substitute for the real text inset...
 
 class InsetMathMBox : public InsetMathDim {
@@ -36,7 +39,7 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       int latex(Buffer const &, std::ostream & os,
+       int latex(Buffer const &, odocstream & os,
                        OutputParams const & runparams) const;
        ///
        LyXText * getText(int) const;
@@ -54,4 +57,7 @@ private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+
+} // namespace lyx
 #endif