]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSubstack.h
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathSubstack.h
index 6d279a6cee8eaed9d7fef115ad6a363c2ad72aa9..c184dc4a97bd8df11574570ae8d5344d659ffdd5 100644 (file)
@@ -15,6 +15,9 @@
 #include "InsetMathGrid.h"
 
 
+namespace lyx {
+
+
 /// support for AMS's \\substack
 
 class InsetMathSubstack : public InsetMathGrid {
@@ -32,7 +35,7 @@ public:
        bool getStatus(LCursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
        ///
        void write(WriteStream & os) const;
        ///
@@ -45,4 +48,7 @@ private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+
+} // namespace lyx
 #endif