]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathXYArrow.h
index 447e9604e1d91e2ce00496142e4a39cb886cf630..08faf9dea71b73ff612e25ab15d4ae7df7ece80a 100644 (file)
@@ -28,7 +28,7 @@ public:
        ///
        InsetMathXYArrow();
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
+       virtual Inset * clone() const;
        ///
        bool metrics(MetricsInfo & mi) const;
        ///
@@ -56,7 +56,7 @@ public:
        ///
        mutable MetricsInfo mi_;
        ///
-       mutable LyXFont font_;
+       mutable Font font_;
        ///
        mutable InsetMathXYMatrix const * target_;
 };