]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathBig.h
index 80a2199f85aabe7a305642fa07234b9715d09d3c..cb65d2f8e4f295f075be7896dbe9cf7435437bb7 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -27,7 +27,7 @@ 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;
        ///
@@ -40,7 +40,7 @@ public:
        static bool isBigInsetDelim(docstring const &);
 
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
        ///
        size_type size() const;
        ///