X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathCommand.cpp;h=acde02adaa99ea735ccf273b469e603041413e99;hb=d9082639080b9de993742bd352f92e5183058cf5;hp=deac6c3711e4fa193dce8279d12295b621a5c519;hpb=29378af4cdf9db7a7d6a72a9df34b8593f73f0e8;p=lyx.git diff --git a/src/mathed/InsetMathCommand.cpp b/src/mathed/InsetMathCommand.cpp index deac6c3711..acde02adaa 100644 --- a/src/mathed/InsetMathCommand.cpp +++ b/src/mathed/InsetMathCommand.cpp @@ -59,7 +59,7 @@ void InsetMathCommand::draw(PainterInfo & pi, int x, int y) const } -void InsetMathCommand::write(WriteStream & os) const +void InsetMathCommand::write(TeXMathStream & os) const { ModeSpecifier specifier(os, currentMode(), lockedMode(), asciiOnly()); MathEnsurer ensurer(os, needs_math_mode_);