]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_iterator.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_iterator.h
index 03bd047870cb80e4a9884a530516dcd55cd7873d..7b484b030b41be4c37166a333024513a6c3c0510 100644 (file)
@@ -21,7 +21,7 @@ public:
        /// move on one step
        void operator++();
        /// move on several steps
-       void jump(int n);
+       void jump(MathInset::difference_type);
        /// read access to top most item
        MathCursorPos const & position() const;
        /// write access to top most item