X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathMakebox.h;h=480f42d70a59f6083f2b5617fb87aab96eae72c4;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=859701154f03b7ce2444f6616e9eee9f0398d87d;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathMakebox.h b/src/mathed/InsetMathMakebox.h index 859701154f..480f42d70a 100644 --- a/src/mathed/InsetMathMakebox.h +++ b/src/mathed/InsetMathMakebox.h @@ -25,7 +25,7 @@ public: /// InsetMathMakebox(); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -37,7 +37,7 @@ public: /// void infoize(odocstream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// width of '[' in current font mutable int w_; };