X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathString.h;h=ad0a22312ed43351d175062c3e178ccdcdcf3ed8;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=f0803a8e2b985a1973e925bb5f96af991efc10a6;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathString.h b/src/mathed/InsetMathString.h index f0803a8e2b..ad0a22312e 100644 --- a/src/mathed/InsetMathString.h +++ b/src/mathed/InsetMathString.h @@ -26,7 +26,7 @@ public: /// explicit InsetMathString(docstring const & s); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -50,7 +50,7 @@ public: void write(WriteStream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// the string docstring str_; };