]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.h
typo
[lyx.git] / src / mathed / InsetMathDots.h
index d2026de204dd1664e331821acf3a59f8de69e5fb..5deffe5422aee15a0159e5de450234acec82fb69 100644 (file)
@@ -23,7 +23,7 @@ class latexkeys;
 class InsetMathDots : public InsetMath {
 public:
        ///
-       explicit InsetMathDots(latexkeys const * l);
+       explicit InsetMathDots(latexkeys const * key);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const override;
        ///
@@ -35,7 +35,7 @@ public:
        ///
        InsetCode lyxCode() const override { return MATH_DOTS_CODE; }
        ///
-       void mathmlize(MathStream & ms) const override;
+       void mathmlize(MathMLStream & ms) const override;
        ///
        void htmlize(HtmlStream & os) const override;
 protected: