X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathString.cpp;h=2a80e546bef03b5ce4ebee44e3ada37d06187c5a;hb=a11780b59fcb6cdd16b15f9fa4de45d7ddfd1b2a;hp=d38a15e19c4302fb460d3aed196979c050fac258;hpb=c51ebd9bbc01a23babccb7854623888093b3b8fe;p=features.git diff --git a/src/mathed/InsetMathString.cpp b/src/mathed/InsetMathString.cpp index d38a15e19c..2a80e546be 100644 --- a/src/mathed/InsetMathString.cpp +++ b/src/mathed/InsetMathString.cpp @@ -18,6 +18,7 @@ #include "MathSupport.h" #include "Encoding.h" +#include "MetricsInfo.h" #include "support/debug.h" #include "support/gettext.h" @@ -93,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); }