]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathXYArrow.h
index 447e9604e1d91e2ce00496142e4a39cb886cf630..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;
        ///
@@ -56,7 +56,7 @@ public:
        ///
        mutable MetricsInfo mi_;
        ///
-       mutable LyXFont font_;
+       mutable Font font_;
        ///
        mutable InsetMathXYMatrix const * target_;
 };