X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_biginset.h;h=2d16590c874e8786196448b9587a28749a654eb2;hb=4bc59f21015e9151841eea3733b97d25cd616fdc;hp=850b4b012d6563e32b5d7cedd552f29ca8ee842d;hpb=741f5277842ab9cf2a0b256bc24ea56c16c01e91;p=lyx.git diff --git a/src/mathed/math_biginset.h b/src/mathed/math_biginset.h index 850b4b012d..2d16590c87 100644 --- a/src/mathed/math_biginset.h +++ b/src/mathed/math_biginset.h @@ -20,11 +20,11 @@ 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; @@ -33,7 +33,7 @@ private: size_type size() const; /// double increase() const; - + /// \bigl or what? string const name_; /// ( or [ or Vert...