]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_iterator.h
Fix.
[lyx.git] / src / mathed / math_iterator.h
index 8d71416a66e92d8c9ce624750e5a6138031843e4..5c76edc6db9be0ae7fd77e61f71770078a8e5a53 100644 (file)
@@ -2,9 +2,6 @@
 #ifndef MATH_ITERATOR_H
 #define MATH_ITERATOR_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "math_pos.h"
 #include <vector>
@@ -50,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);