X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathString.cpp;h=2a80e546bef03b5ce4ebee44e3ada37d06187c5a;hb=a11780b59fcb6cdd16b15f9fa4de45d7ddfd1b2a;hp=8aac4f38a8d4f723fa569391887d0fde7decb190;hpb=348e0241af2dd8e5e1dda30e28d89c3a7f1fc03b;p=features.git diff --git a/src/mathed/InsetMathString.cpp b/src/mathed/InsetMathString.cpp index 8aac4f38a8..2a80e546be 100644 --- a/src/mathed/InsetMathString.cpp +++ b/src/mathed/InsetMathString.cpp @@ -94,14 +94,14 @@ void InsetMathString::octave(OctaveStream & os) const } -void InsetMathString::mathmlize(MathStream &) const +void InsetMathString::mathmlize(MathMLStream &) const { // useless, no doubt, but we should not be here LATTEST(false); } -void InsetMathString::write(WriteStream & os) const +void InsetMathString::write(TeXMathStream & os) const { writeString(str_, os); }