]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathScript.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathScript.h
index e851e2b371e4ae02e2c49450bf068494852dc20e..e9be1fda6a16088c8f8c7eb0f537bccdfdd0e936 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -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_;
@@ -138,6 +138,6 @@ private:
 };
 
 
-
 } // namespace lyx
+
 #endif