]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_cursor.h
remove unneeded member
[lyx.git] / src / mathed / math_cursor.h
index aa9a15554da3eb2a31c32a8261fd07f3c3022aa2..96d0348085baebb5a80f0bfa5afc51de198e5ad9 100644 (file)
@@ -60,6 +60,8 @@ public:
        ///
        explicit MathCursor(InsetFormulaBase *, bool left);
        ///
+       ~MathCursor();
+       ///
        void insert(MathAtom const &);
        ///
        void insert(MathArray const &);
@@ -115,7 +117,7 @@ public:
        /// go up to the hull inset
        void popToEnclosingHull();
        ///
-       InsetFormulaBase * formula();
+       InsetFormulaBase * formula() const;
        /// current offset in the current cell
        pos_type pos() const;
        /// current cell