]> 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 e26e73824a1c3b82c2c3a60606baccc0dcc127d0..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.
  */
@@ -125,11 +125,11 @@ private:
        /// returns descent of nucleus if any
        int ndes(BufferView const &) const;
        /// returns superscript kerning of nucleus if any
-       int nker() const;
+       int nker(BufferView const * bv) const;
        /// 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