]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.h
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / InsetMathDots.h
index af3d26bd97bdac7bc579fcc308f28f810b95766b..3a4358a518e0ced060b1b122a9d25f1da8516fb6 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        explicit InsetMathDots(latexkeys const * l);
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -36,7 +36,7 @@ protected:
        ///
        latexkeys const * key_;
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 };
 
 } // namespace lyx