X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathPar.cpp;h=2e72a02b2128c9a26ade3aa91c4ea6b4358ce0af;hb=ffff88e7fcd46afaa3b1823e9fcdc4aad4e2114b;hp=e1227ac4af12cb3531b397a4ff7a60c4aec67a02;hpb=348e0241af2dd8e5e1dda30e28d89c3a7f1fc03b;p=features.git diff --git a/src/mathed/InsetMathPar.cpp b/src/mathed/InsetMathPar.cpp index e1227ac4af..2e72a02b21 100644 --- a/src/mathed/InsetMathPar.cpp +++ b/src/mathed/InsetMathPar.cpp @@ -42,7 +42,7 @@ void InsetMathPar::draw(PainterInfo & pi, int x, int y) const } -void InsetMathPar::write(WriteStream & os) const +void InsetMathPar::write(TeXMathStream & os) const { for (idx_type i = 0; i < nargs(); ++i) os << cell(i) << "\n";