X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDelim.cpp;h=95a0883cceb81a8e8edbf8e92575f44e1a39c37a;hb=649755f48180b0466cdf212178dc9bdcc5d18210;hp=3326bd7edd37800a0897e9113087d43a34271067;hpb=ecafea8227d0c51f36dbf8ff45e9c3ebc15e19cf;p=lyx.git diff --git a/src/mathed/InsetMathDelim.cpp b/src/mathed/InsetMathDelim.cpp index 3326bd7edd..95a0883cce 100644 --- a/src/mathed/InsetMathDelim.cpp +++ b/src/mathed/InsetMathDelim.cpp @@ -74,7 +74,7 @@ void InsetMathDelim::validate(LaTeXFeatures & features) const } -void InsetMathDelim::write(WriteStream & os) const +void InsetMathDelim::write(TeXMathStream & os) const { MathEnsurer ensurer(os); os << "\\left" << convertDelimToLatexName(left_) << cell(0)