X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFBox.h;h=e7273b9608918fd09b155d5709f8eb87b315fba8;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=1cd2b9d17c284166ce50b28928e6dbf35e9b9600;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathFBox.h b/src/mathed/InsetMathFBox.h index 1cd2b9d17c..e7273b9608 100644 --- a/src/mathed/InsetMathFBox.h +++ b/src/mathed/InsetMathFBox.h @@ -26,7 +26,7 @@ public: /// mode_type currentMode() const; /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -36,7 +36,7 @@ public: /// void infoize(odocstream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; };