]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFBox.h
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathFBox.h
index de0dcb955983f9cd7e18bf2607e5d7bef57a2a12..1cd2b9d17c284166ce50b28928e6dbf35e9b9600 100644 (file)
@@ -15,6 +15,9 @@
 #include "InsetMathNest.h"
 
 
+namespace lyx {
+
+
 /// Non-AMS-style frame
 class InsetMathFBox : public InsetMathNest {
 public:
@@ -31,9 +34,12 @@ public:
        /// write normalized content
        void normalize(NormalStream & ns) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
+
+
+} // namespace lyx
 #endif