]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_ertinset.h
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_ertinset.h
index afc2bdf961af62d1b860d54d858815952ce809af..ca9379c0a70886a4c1fb235df3e32b95954f8e70 100644 (file)
@@ -1,9 +1,21 @@
+// -*- C++ -*-
+/**
+ * \file math_ertinset.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_ERTINSET_H
 #define MATH_ERTINSET_H
 
-
+#include "math_data.h"
 #include "math_textinset.h"
 
+
 // implements support for \parbox
 
 class MathErtInset : public MathTextInset {
@@ -11,7 +23,7 @@ public:
        ///
        MathErtInset() {}
        ///
-       InsetBase * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///