]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSubstack.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathSubstack.C
index d12d1cc807b9c213f4ffe589b3a962c034fc4dd8..c89bbc143d7299fa4e91a85e40fde5a8fe94f9c1 100644 (file)
@@ -13,7 +13,7 @@
 #include "LaTeXFeatures.h"
 #include "InsetMathSubstack.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "support/std_ostream.h"
 
 #include "funcrequest.h"
@@ -81,7 +81,7 @@ bool InsetMathSubstack::getStatus(LCursor & cur, FuncRequest const & cmd,
 }
 
 
-void InsetMathSubstack::infoize(std::ostream & os) const
+void InsetMathSubstack::infoize(odocstream & os) const
 {
        os << "Substack ";
 }