]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathDots.C
index c0679cc52f3f75903ab71ff8e4c4b0ab0dee1756..0d6c954b0f5ef1ea9d12dec5d8ee6eb0b1047658 100644 (file)
 #include <config.h>
 
 #include "InsetMathDots.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "MathSupport.h"
 #include "MathParser.h"
 
 
+namespace lyx {
+
+
 using std::string;
 using std::auto_ptr;
 
@@ -65,7 +68,10 @@ void InsetMathDots::draw(PainterInfo & pain, int x, int y) const
 }
 
 
-string InsetMathDots::name() const
+docstring InsetMathDots::name() const
 {
        return key_->name;
 }
+
+
+} // namespace lyx