]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.h
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / InsetMathXYArrow.h
index 041bf080a72eb13817c437659c2910a10b486d6c..50c7a043c87535d79d13485016cd479d133954a3 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.
  */
@@ -28,7 +28,7 @@ public:
        ///
        InsetMathXYArrow();
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
+       virtual Inset * clone() const;
        ///
        bool metrics(MetricsInfo & mi) const;
        ///
@@ -47,16 +47,16 @@ public:
        ///
        InsetMathXYMatrix const * targetMatrix() const;
        ///
-       MathArray const & targetCell() const;
+       MathData const & targetCell() const;
        ///
-       MathArray const & sourceCell() const;
+       MathData const & sourceCell() const;
 
        ///
        bool up_;
        ///
        mutable MetricsInfo mi_;
        ///
-       mutable LyXFont font_;
+       mutable Font font_;
        ///
        mutable InsetMathXYMatrix const * target_;
 };