]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.h
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathXYArrow.h
index 334b8f58cbaa2ef87527f148719b9573acaa430c..baeef628c80ea9ec2d5095538db61b56800a1245 100644 (file)
@@ -13,7 +13,7 @@
 #define MATH_ARROWINSET_H
 
 #include "InsetMathNest.h"
-#include "metricsinfo.h"
+#include "MetricsInfo.h"
 
 
 namespace lyx {
@@ -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_;
 };