]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathScript.h
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathScript.h
index 067241773e70d8a9751e957945abc709c03d8d84..adffa97ff7d9aedc8e4949ab62a6344d9ea3c112 100644 (file)
@@ -61,7 +61,7 @@ public:
        /// write content as something readable by Mathematica
        void mathematica(MathematicaStream &) const;
        /// write content as something resembling MathML
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        /// write content as something readable by Octave
        void octave(OctaveStream &) const;
 
@@ -99,9 +99,9 @@ public:
        /// make sure a script is accessible
        void ensure(bool up);
        /// say that we have scripts
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
        /// say whether we have displayed limits
-       void infoize2(std::ostream & os) const;
+       void infoize2(odocstream & os) const;
 protected:
        virtual void doDispatch(LCursor & cur, FuncRequest & cmd);
 private: