X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathCancelto.cpp;h=1a7d38c78ffb2f2b3bf2907237e288ec66e7accb;hb=a11780b59fcb6cdd16b15f9fa4de45d7ddfd1b2a;hp=b6e7ed06866306d0a0c217f8880855a315944cd4;hpb=6a21ec854b356fbbc89aaf99b2a23e4c3de4aca6;p=features.git diff --git a/src/mathed/InsetMathCancelto.cpp b/src/mathed/InsetMathCancelto.cpp index b6e7ed0686..1a7d38c78f 100644 --- a/src/mathed/InsetMathCancelto.cpp +++ b/src/mathed/InsetMathCancelto.cpp @@ -88,7 +88,7 @@ void InsetMathCancelto::draw(PainterInfo & pi, int x, int y) const } -void InsetMathCancelto::write(WriteStream & os) const +void InsetMathCancelto::write(TeXMathStream & os) const { MathEnsurer ensurer(os); os << "\\cancelto{" << cell(1) << "}{" << cell(0) << '}';