]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_iter.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / math_iter.h
index bdf8c676c610aec6f9a5352bb794a5670f88827a..846c845983092b998d1ad1c6864eb127cd87767c 100644 (file)
 #pragma interface
 #endif
 
+#include "mathed/support.h"
 #include "math_defs.h"
 
 class MathedInset;
+class MathedArray;
+class MathParInset;
 
 ///
 enum mathIterFlags {
@@ -52,8 +55,6 @@ public:
        ///
        bool goNextCode(MathedTextCodes);
        ///
-       void goPosRel(int);
-       ///
        void goPosAbs(int);
        ///
        int Empty() const;