]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathScript.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathScript.h
index e851e2b371e4ae02e2c49450bf068494852dc20e..a22cae95f4fd9372984ee01e27662735dcaeffcf 100644 (file)
@@ -129,7 +129,7 @@ private:
        /// where do we have to draw the scripts?
        bool hasLimits() const;
        /// clean up empty cells and return true if a cell has been deleted.
-       bool notifyCursorLeaves(Cursor & cur);
+       bool notifyCursorLeaves(Cursor const & old, Cursor & cur);
 
        /// possible subscript (index 0) and superscript (index 1)
        bool cell_1_is_up_;