X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathComment.h;h=f084bb52b76acd465fd738956a19d52e645a7bc9;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=184c7bd1426fd25c96f6cb9e7327e22902fdf293;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathComment.h b/src/mathed/InsetMathComment.h index 184c7bd142..f084bb52b7 100644 --- a/src/mathed/InsetMathComment.h +++ b/src/mathed/InsetMathComment.h @@ -27,7 +27,7 @@ public: /// explicit InsetMathComment(docstring const &); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -48,7 +48,7 @@ public: /// void infoize(odocstream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; }; } // namespace lyx