]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathLim.C
index 68c2150a98f8387335bdf6c287110d6e65a2b48c..6e3013396229491645c70f40194f98421b80e29c 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetMathLim.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "debug.h"
 
 
@@ -74,7 +74,7 @@ void InsetMathLim::mathematica(MathematicaStream & os) const
 }
 
 
-void InsetMathLim::mathmlize(MathMLStream & os) const
+void InsetMathLim::mathmlize(MathStream & os) const
 {
        os << "lim(" << cell(0) << ',' << cell(1) << ',' << cell(2) << ')';
 }