X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFont.cpp;h=2a0cb997aa15636665d5df6b046e731b151c8eae;hb=d9082639080b9de993742bd352f92e5183058cf5;hp=1de00464a7326641ee8b3cb6012de649c9f77df4;hpb=fe85162a29893e98bd3426d15c9a9eb62aa90f6b;p=lyx.git diff --git a/src/mathed/InsetMathFont.cpp b/src/mathed/InsetMathFont.cpp index 1de00464a7..2a0cb997aa 100644 --- a/src/mathed/InsetMathFont.cpp +++ b/src/mathed/InsetMathFont.cpp @@ -62,7 +62,7 @@ bool InsetMathFont::lockedMode() const } -void InsetMathFont::write(WriteStream & os) const +void InsetMathFont::write(TeXMathStream & os) const { // Close the mode changing command inserted during export if // we are going to output another mode changing command that @@ -191,7 +191,7 @@ void InsetMathFont::htmlize(HtmlStream & os) const // The fonts we want to support are listed in lib/symbols -void InsetMathFont::mathmlize(MathStream & ms) const +void InsetMathFont::mathmlize(MathMLStream & ms) const { // FIXME These are not quite right, because they do not nest // correctly. A proper fix would presumably involve tracking