]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathOverset.cpp
index 2db26cf4c00983248fcaef9fdfdbf3b03b3bcc0b..583ae85ddeb8f5f98b45fac3dc42327c04ef654f 100644 (file)
@@ -88,7 +88,7 @@ bool InsetMathOverset::idxLast(Cursor & cur) const
 }
 
 
-void InsetMathOverset::write(WriteStream & os) const
+void InsetMathOverset::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        if (os.fragile())
@@ -103,7 +103,7 @@ void InsetMathOverset::normalize(NormalStream & os) const
 }
 
 
-void InsetMathOverset::mathmlize(MathStream & ms) const
+void InsetMathOverset::mathmlize(MathMLStream & ms) const
 {
        ms << "<" << from_ascii(ms.namespacedTag("mover")) << " accent='false'>"
           << cell(0) << cell(1)