]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_cursor.h
revert most of the stuff that got reverted yesterday but was not
[lyx.git] / src / mathed / math_cursor.h
index 4ba59767445f8ab21b037d8fa69ae14d28364214..ec6ae8934b9bdca751ea773e70dadbcb3528173d 100644 (file)
@@ -102,8 +102,8 @@ public:
        void setPos(int x, int y);
        /// in pixels from top of screen
        void getPos(int & x, int & y);
-       /// 
-       MathAtom & par() const;
+       /// current inset
+       MathInset * par() const;
        /// return the next enclosing grid inset and the cursor's index in it
        MathGridInset * enclosingGrid(idx_type &) const;
        ///