]> 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 149bae7d2cb247fbc5fd8871066f3df866d13d11..8f738a8dae7b6e00c112c2436c63ec456312da81 100644 (file)
@@ -13,9 +13,8 @@
 
 #include "InsetMathEnsureMath.h"
 
-#include "MathExtern.h"
-#include "MathData.h"
 #include "MathStream.h"
+#include "MathData.h"
 
 #include <ostream>
 
@@ -68,9 +67,9 @@ void InsetMathEnsureMath::write(WriteStream & os) const
 }
 
 
-docstring InsetMathEnsureMath::mathmlize(MathStream & os) const
+void InsetMathEnsureMath::mathmlize(MathStream & os) const
 {
-       return lyx::mathmlize(cell(0), os);
+       os << cell(0);
 }