]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_binominset.h
small up/down tweaking
[lyx.git] / src / mathed / math_binominset.h
index a9c55dda61c3b83b96f7ef7d0ceb12574ec02549..d3fee9656322b6fa788169caf70bacd408242e84 100644 (file)
@@ -9,12 +9,12 @@
 #endif
 
 /** Binom like objects
   \author André Pönitz
*  \author André Pönitz
  */
 class MathBinomInset : public MathFracbaseInset {
 public:
        ///
-       MathBinomInset();
+       explicit MathBinomInset(bool choose = false);
        ///
        MathInset * clone() const;
        ///
@@ -28,6 +28,8 @@ public:
 private:
        ///
        int dw() const;
+       ///
+       bool choose_;
 };
 
 #endif