]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPar.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathPar.h
index 36d3e9e7e3cdeebd41568ab279fd8fc9a66a7a20..9c8a2d2ac1276eb8bf002c18eb1087f5acbc2639 100644 (file)
@@ -33,7 +33,7 @@ public:
        ///
        void infoize(odocstream & os) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        InsetCode lyxCode() const override { return MATH_PAR_CODE; }