X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXYArrow.h;h=baeef628c80ea9ec2d5095538db61b56800a1245;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=42552c48ebbcd37cb571b5984d1dca643d549587;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathXYArrow.h b/src/mathed/InsetMathXYArrow.h index 42552c48eb..baeef628c8 100644 --- a/src/mathed/InsetMathXYArrow.h +++ b/src/mathed/InsetMathXYArrow.h @@ -13,7 +13,7 @@ #define MATH_ARROWINSET_H #include "InsetMathNest.h" -#include "metricsinfo.h" +#include "MetricsInfo.h" namespace lyx { @@ -28,9 +28,9 @@ public: /// InsetMathXYArrow(); /// - virtual std::auto_ptr clone() const; + virtual std::auto_ptr clone() const; /// - void metrics(MetricsInfo & mi) const; + bool metrics(MetricsInfo & mi) const; /// void draw(PainterInfo & pi, int x, int y) 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_; };