X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathEnv.cpp;h=4e8229b77501070ac7ee9aa5754c6e6fd3c83db9;hb=c609e9cbcf;hp=dd2c391681048b6fc4060f61251f4a01a749c7c1;hpb=d25c10ed81e63263392fcd72727ea3907e61c8e4;p=lyx.git diff --git a/src/mathed/InsetMathEnv.cpp b/src/mathed/InsetMathEnv.cpp index dd2c391681..4e8229b775 100644 --- a/src/mathed/InsetMathEnv.cpp +++ b/src/mathed/InsetMathEnv.cpp @@ -51,7 +51,7 @@ void InsetMathEnv::draw(PainterInfo & pi, int x, int y) const } -void InsetMathEnv::write(WriteStream & os) const +void InsetMathEnv::write(TeXMathStream & os) const { MathEnsurer ensurer(os); os << "\\begin{" << name_ << '}' << cell(0) << "\\end{" << name_ << '}';