]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_iterator.C
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_iterator.C
index 0ba7588063a374e79f995405c0ab3bf9871f2f81..3d6406c799c2faa4f9b33aafff4db283ff77a6e4 100644 (file)
@@ -138,10 +138,10 @@ void MathIterator::operator++()
 }
 
 
-void MathIterator::jump(int i)
+void MathIterator::jump(MathInset::difference_type i)
 {
        position().pos_ += i;
-       lyx::Assert(position().pos_ >= 0);
+       //lyx::Assert(position().pos_ >= 0);
        lyx::Assert(position().pos_ <= cell().size());
 }