]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xyarrowinset.h
fix #1073
[lyx.git] / src / mathed / math_xyarrowinset.h
index c295bc87840841ba12984c423a03bd46b383ff06..950db5540b05d5a38798c0aa2aae51945c5d86f3 100644 (file)
@@ -3,11 +3,8 @@
 #define MATH_ARROWINSET_H
 
 #include "math_nestinset.h"
-#include "math_metricsinfo.h"
+#include "metricsinfo.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 // for the \ar stuff in \xymatrix
 
@@ -20,9 +17,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        MathXYArrowInset * asXYArrowInset() { return this; }
 
@@ -44,7 +41,7 @@ public:
        ///
        bool up_;
        ///
-       mutable MathMetricsInfo mi_;
+       mutable MetricsInfo mi_;
        ///
        mutable LyXFont font_;
        ///