]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parinset.h
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_parinset.h
index f27230e949e5680a8e758b27472effcaba31e933..0c32eb6354357948876ed522821b3c8eb6327024 100644 (file)
@@ -1,3 +1,14 @@
+// -*- C++ -*-
+/**
+ * \file math_parinset.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef MATH_PARINSET_H
 #define MATH_PARINSET_H
 
@@ -20,6 +31,9 @@ public:
        void infoize(std::ostream & os) const;
        ///
        void write(WriteStream & os) const;
+private:
+       ///
+       virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
 #endif