]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYMatrix.h
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathXYMatrix.h
index 1928af1aa360955a9ccdcc640e29f372517a7df6..3dfcd9b4ab03cbf1c1e50d53d053bfa6fc141b4c 100644 (file)
@@ -16,6 +16,9 @@
 #include "InsetMathGrid.h"
 
 
+namespace lyx {
+
+
 class InsetMathXYMatrix : public InsetMathGrid {
 public:
        ///
@@ -34,7 +37,7 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
        ///
        void normalize(NormalStream &) const;
        ///
@@ -44,4 +47,7 @@ private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+
+} // namespace lyx
 #endif