]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_iterator.h
Fix reading of math macros
[lyx.git] / src / mathed / math_iterator.h
index 8d71416a66e92d8c9ce624750e5a6138031843e4..53a9727f5da1495ef51f4578b8b8bca4add72312 100644 (file)
@@ -50,6 +50,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);