X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathPhantom.h;h=3b5c6067da423a05d3ff42b3bacfb0364e1fbfed;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=dfb7b60f7cf4385fc1e1b3db2a03eafbf990cb64;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathPhantom.h b/src/mathed/InsetMathPhantom.h index dfb7b60f7c..3b5c6067da 100644 --- a/src/mathed/InsetMathPhantom.h +++ b/src/mathed/InsetMathPhantom.h @@ -28,7 +28,7 @@ public: /// explicit InsetMathPhantom(Kind); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -39,7 +39,7 @@ public: void infoize(odocstream & os) const; private: /// - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// Kind kind_; };