X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathStackrel.cpp;h=5c0c2dcd4b0238999a2464b88902f5f1ee8f722c;hb=e5bb491e2e10a8097284d11eae5501a3673731cb;hp=e9b974cd0f6dbc79c682f39bf37047312b643bf6;hpb=ecafea8227d0c51f36dbf8ff45e9c3ebc15e19cf;p=lyx.git diff --git a/src/mathed/InsetMathStackrel.cpp b/src/mathed/InsetMathStackrel.cpp index e9b974cd0f..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";