]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathLim.h
index 1aee218906a55c152226a085f5261b321095065c..57c482fa36c24456d8f924cb030dda6cdb88ae74 100644 (file)
@@ -40,7 +40,7 @@ public:
        ///
        void mathematica(MathematicaStream &) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        InsetCode lyxCode() const override { return MATH_LIM_CODE; }