]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
Get rid of lyxstring, remove usage of STRCONV.
[lyx.git] / src / mathed / math_lefteqninset.h
index a59cd9de161fc2d8405addbb127b259f9040b925..0b7cbd199a1b3c5392650211b4874c2c04a1a473 100644 (file)
@@ -1,4 +1,14 @@
 // -*- C++ -*-
+/**
+ * \file math_lefteqninset.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_LEFTEQNINSET_H
 #define MATH_LEFTEQNINSET_H
 
@@ -12,7 +22,7 @@ public:
        ///
        MathLefteqnInset();
        ///
-       InsetBase * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        string name() const;
        ///