X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathExInt.h;h=5ed5a4ca8790a9a117de745bfbe474d0401a8718;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=50ea077f37edb8f6d90b32f0a61de6233b60e1c3;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathExInt.h b/src/mathed/InsetMathExInt.h index 50ea077f37..5ed5a4ca87 100644 --- a/src/mathed/InsetMathExInt.h +++ b/src/mathed/InsetMathExInt.h @@ -29,7 +29,7 @@ public: /// void symbol(docstring const &); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo &, int x, int y) const; @@ -46,7 +46,7 @@ public: /// void write(WriteStream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// bool hasScripts() const;