X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathStackrel.cpp;h=5c0c2dcd4b0238999a2464b88902f5f1ee8f722c;hb=d9082639080b9de993742bd352f92e5183058cf5;hp=53e307571486e188ecbb4cac5e6f1291ffa7b43c;hpb=054bdc5d1854b9b1b08735e004a5440bff46531a;p=lyx.git diff --git a/src/mathed/InsetMathStackrel.cpp b/src/mathed/InsetMathStackrel.cpp index 53e3075714..5c0c2dcd4b 100644 --- a/src/mathed/InsetMathStackrel.cpp +++ b/src/mathed/InsetMathStackrel.cpp @@ -122,7 +122,7 @@ void InsetMathStackrel::draw(PainterInfo & pi, int x, int y) const } -void InsetMathStackrel::write(WriteStream & os) const +void InsetMathStackrel::write(TeXMathStream & os) const { MathEnsurer ensurer(os); os << "\\stackrel"; @@ -141,7 +141,7 @@ void InsetMathStackrel::normalize(NormalStream & os) const } -void InsetMathStackrel::mathmlize(MathStream & ms) const +void InsetMathStackrel::mathmlize(MathMLStream & ms) const { if (nargs() > 2) ms << "<" << from_ascii(ms.namespacedTag("munderover")) << ">"