X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFrameBox.h;h=fc38c0bd262f811ade9daae2f64320369b30e25f;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=2034e5b375acf9200b61cc0b85c3a87add2a9e53;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathFrameBox.h b/src/mathed/InsetMathFrameBox.h index 2034e5b375..fc38c0bd26 100644 --- a/src/mathed/InsetMathFrameBox.h +++ b/src/mathed/InsetMathFrameBox.h @@ -24,7 +24,7 @@ public: /// InsetMathFrameBox(); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -34,7 +34,7 @@ public: /// mode_type currentMode() const { return TEXT_MODE; } private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// width of '[' in current font mutable int w_; };