]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCancel.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathCancel.cpp
index 5370bb45a56b6a8550adc43daa732cab77ad690a..b060af0b9e4075f1d0b6effb102c43c0f565a6c2 100644 (file)
@@ -77,7 +77,7 @@ void InsetMathCancel::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathCancel::write(WriteStream & os) const
+void InsetMathCancel::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        switch (kind_) {