]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathXYArrow.h
index 041bf080a72eb13817c437659c2910a10b486d6c..baeef628c80ea9ec2d5095538db61b56800a1245 100644 (file)
@@ -28,7 +28,7 @@ public:
        ///
        InsetMathXYArrow();
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
+       virtual std::auto_ptr<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_;
 };