]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binominset.h
remove unneeded member
[lyx.git] / src / mathed / math_binominset.h
index 3bac831efe615dc9ed090ef23495e9d116b8953e..c439f78103b2a2715528223239987d80422c201c 100644 (file)
@@ -14,7 +14,7 @@
 class MathBinomInset : public MathFracbaseInset {
 public:
        ///
-       MathBinomInset();
+       explicit MathBinomInset(bool choose = false);
        ///
        MathInset * clone() const;
        ///
@@ -22,12 +22,14 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
 private:
        ///
        int dw() const;
+       ///
+       bool choose_;
 };
 
 #endif