]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_iterator.h
Fix.
[lyx.git] / src / mathed / math_iterator.h
index 15d790ddba5bbe5e04c8a0447da3d8c61a9d77e5..5c76edc6db9be0ae7fd77e61f71770078a8e5a53 100644 (file)
@@ -2,6 +2,7 @@
 #ifndef MATH_ITERATOR_H
 #define MATH_ITERATOR_H
 
+
 #include "math_pos.h"
 #include <vector>
 
@@ -46,6 +47,8 @@ public:
        void goEnd();
        /// read access to top most item
        MathArray const & cell() const;
+       /// is this a non-end position
+       bool normal() const;
        /// shrinks to at most i levels
        void shrink(size_type i);