]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathLim.C
index f0f203f72f1012476d38ff19ea57c6f67e3277d6..6e3013396229491645c70f40194f98421b80e29c 100644 (file)
 
 #include "InsetMathLim.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "debug.h"
 
+
+namespace lyx {
+
 using std::auto_ptr;
 using std::endl;
 
@@ -71,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) << ')';
 }
@@ -81,3 +84,6 @@ void InsetMathLim::write(WriteStream &) const
 {
        lyxerr << "should not happen" << endl;
 }
+
+
+} // namespace lyx