]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLefteqn.h
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / mathed / InsetMathLefteqn.h
index aecffbfe6c6d201e33418c0d347bf7212e40a181..de1d6b1030b541f1e7d3b1dd0aebea985924ff44 100644 (file)
@@ -27,13 +27,13 @@ public:
        ///
        docstring name() const;
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        void infoize(odocstream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };