X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDelim.h;h=abb7db609743899cb9135fd9360f7cbf1eb6d65e;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=cc34e54980a36fed19c7d6d32f5cb314fee766df;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathDelim.h b/src/mathed/InsetMathDelim.h index cc34e54980..abb7db6097 100644 --- a/src/mathed/InsetMathDelim.h +++ b/src/mathed/InsetMathDelim.h @@ -26,7 +26,7 @@ public: /// InsetMathDelim(docstring const & left, docstring const & right); /// - InsetMathDelim(docstring const & left, docstring const & right, MathArray const &); + InsetMathDelim(docstring const & left, docstring const & right, MathData const &); /// InsetMathDelim * asDelimInset() { return this; } /// @@ -40,7 +40,7 @@ public: /// mode_type currentMode() const { return MATH_MODE; } /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo &, int x, int y) const; @@ -63,7 +63,7 @@ public: /// docstring right_; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// mutable int dw_; };