X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBox.h;h=b217dc57fa288778d1ad8c64b783082510cf0181;hb=358e7136f2af787e64cf7c2253d002351db580ad;hp=0591d29e0aa8f7b1d6e38332f400df0dd469e9d0;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathBox.h b/src/mathed/InsetMathBox.h index 0591d29e0a..b217dc57fa 100644 --- a/src/mathed/InsetMathBox.h +++ b/src/mathed/InsetMathBox.h @@ -20,7 +20,7 @@ namespace lyx { -class LyXFont; +class Font; /// Support for \\mbox @@ -31,7 +31,7 @@ public: /// mode_type currentMode() const { return TEXT_MODE; } /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -42,7 +42,7 @@ public: void infoize(odocstream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// docstring name_; };