]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.h
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathFontOld.h
index 6239b9fa31611ca49417072580770f552c33ac76..7e44e08c9f930d4e81b805ebb66952e2f19bf236 100644 (file)
@@ -15,6 +15,9 @@
 #include "InsetMathNest.h"
 
 
+namespace lyx {
+
+
 class latexkeys;
 
 /// Old-style font changes
@@ -39,11 +42,14 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
 
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
        /// the font to be used on screen
        latexkeys const * key_;
 };
+
+
+} // namespace lyx
 #endif