]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_rootinset.h
oh well
[lyx.git] / src / mathed / math_rootinset.h
index e71b4fe23ff28f5b2903dce75e43fa2374841265..46034c651f4cd0e568c6183a5f8b78df516820da 100644 (file)
@@ -1,8 +1,8 @@
 // -*- C++ -*-
 /*
  *  File:        math_root.h
- *  Purpose:     Declaration of the root object 
- *  Author:      Alejandro Aguilar Sierra <asierra@servidor.unam.mx> 
+ *  Purpose:     Declaration of the root object
+ *  Author:      Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
  *  Created:     January 1999
  *  Description: Root math object
  *
@@ -32,9 +32,7 @@ public:
        ///
        MathInset * clone() const;
        ///
-       bool idxUp(idx_type & idx) const;
-       ///
-       bool idxDown(idx_type & idx) const;
+       bool idxUpDown(idx_type & idx, bool up) const;
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///