]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSplit.h
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / InsetMathSplit.h
index 06d17c47ce70f455010b17b5efe4e0a3edff406e..4f92d59ae7dfcea3bb8b746bc0a12b174031abf0 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.
  */
@@ -25,7 +25,7 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       bool getStatus(LCursor & cur, FuncRequest const & cmd,
+       bool getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const;
 
        void write(WriteStream & os) const;
@@ -39,7 +39,7 @@ public:
        char defaultColAlign(col_type);
 private:
        ///
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        ///
        docstring name_;
 };