X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathNumber.h;h=e9142256a39329e35e7e2516be2c0f44c9d4f77a;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=d6ccbb0d204eecd09fb54f29112a8c0fb0cabc12;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathNumber.h b/src/mathed/InsetMathNumber.h index d6ccbb0d20..e9142256a3 100644 --- a/src/mathed/InsetMathNumber.h +++ b/src/mathed/InsetMathNumber.h @@ -26,7 +26,7 @@ public: /// explicit InsetMathNumber(docstring const & s); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo &, int x, int y) const; /// @@ -48,7 +48,7 @@ public: void write(WriteStream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// the number as string docstring str_; };