]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnsureMath.cpp
Make members of FuncRequest private, per the FIXME there. Again, this is
[lyx.git] / src / mathed / InsetMathEnsureMath.cpp
index f06cbe5552f18a5c6d4914bef3e47619e1843323..8f738a8dae7b6e00c112c2436c63ec456312da81 100644 (file)
@@ -67,6 +67,12 @@ void InsetMathEnsureMath::write(WriteStream & os) const
 }
 
 
+void InsetMathEnsureMath::mathmlize(MathStream & os) const
+{
+       os << cell(0);
+}
+
+
 void InsetMathEnsureMath::infoize(odocstream & os) const
 {
        os << "EnsureMath";