X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_biginset.h;h=2d16590c874e8786196448b9587a28749a654eb2;hb=4bc59f21015e9151841eea3733b97d25cd616fdc;hp=a82cd31e0cb2cef06fdb073ba3f144d8bcdaf9a7;hpb=e5fed66b3b96e9bc448c2e53e4ceb36b7d50481c;p=lyx.git diff --git a/src/mathed/math_biginset.h b/src/mathed/math_biginset.h index a82cd31e0c..2d16590c87 100644 --- a/src/mathed/math_biginset.h +++ b/src/mathed/math_biginset.h @@ -20,20 +20,20 @@ public: /// MathInset * clone() const; /// - void draw(Painter &, int x, int y) const; + void draw(MathPainterInfo &, int x, int y) const; /// void write(WriteStream & os) const; /// - void metrics(MathMetricsInfo const & st) const; + void metrics(MathMetricsInfo & st) const; /// void normalize(NormalStream & os) const; private: /// - int size() const; + size_type size() const; /// double increase() const; - + /// \bigl or what? string const name_; /// ( or [ or Vert...