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