]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.h
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathAMSArray.h
index c4e59b4ff6585155c3d98340385dc07736f71f32..6555c5914bacc068d8b19e92ec8f10da50ce16a9 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        InsetMathAMSArray(docstring const & name);
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pain, int x, int y) const;
        ///
@@ -45,7 +45,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
        ///
        char const * name_left() const;
        ///