]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_rootinset.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_rootinset.h
index 209b9720f295dd79364d88c8bee54fa1f695d0cb..e71b4fe23ff28f5b2903dce75e43fa2374841265 100644 (file)
@@ -32,9 +32,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       bool idxUp(int & idx, int & pos) const;
+       bool idxUp(idx_type & idx) const;
        ///
-       bool idxDown(int & idx, int & pos) const;
+       bool idxDown(idx_type & idx) const;
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///