]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xyarrowinset.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_xyarrowinset.h
index e8fb3d5e986452aa434d1fd22ebec39fef543888..a6534e23b7da0b071ba295822506a9f48bf6a094 100644 (file)
@@ -13,7 +13,7 @@
 class MathXYMatrixInset;
 
 class MathXYArrowInset : public MathNestInset {
-public: 
+public:
        ///
        MathXYArrowInset();
        ///
@@ -24,8 +24,6 @@ public:
        void draw(Painter & pain, int x, int y) const;
        ///
        MathXYArrowInset * asXYArrowInset() { return this; }
-       ///
-       bool editing() const;
 
        ///
        void normalize();
@@ -46,6 +44,10 @@ public:
        bool up_;
        ///
        mutable MathMetricsInfo mi_;
+       ///
+       mutable LyXFont font_;
+       ///
+       mutable MathXYMatrixInset const * target_;
 };
 
 #endif