]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMacroTemplate.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathMacroTemplate.h
index 09408968d687caf33f837257171feae5bc8f87d0..105dcfb7ff938192161c09223354ef2e6c6b2e0b 100644 (file)
@@ -47,10 +47,10 @@ public:
        ///
        void write(std::ostream & os) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        /// Output LaTeX code, but assume that the macro is not defined yet
        /// if overwriteRedefinition is true
-       int write(WriteStream & os, bool overwriteRedefinition) const;
+       int write(TeXMathStream & os, bool overwriteRedefinition) const;
        /// Nothing happens. This is simply to suppress the default output.
        docstring xhtml(XMLStream &, OutputParams const &) const override;
        ///