]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_biginset.h
preview as preview can...
[lyx.git] / src / mathed / math_biginset.h
index a82cd31e0cb2cef06fdb073ba3f144d8bcdaf9a7..2d16590c874e8786196448b9587a28749a654eb2 100644 (file)
@@ -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...