]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.h
several small fixes for mathed
[lyx.git] / src / mathed / math_spaceinset.h
index d2a51a1aab0cfd9e629a18e60d45d23cabb9bb3d..00dd1a80186af52b02f221ea0eec99eb67fa65d9 100644 (file)
@@ -1,4 +1,14 @@
 // -*- C++ -*-
+/**
+ * \file math_spaceinset.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_SPACEINSET_H
 #define MATH_SPACEINSET_H
 
@@ -11,7 +21,7 @@ public:
        ///
        explicit MathSpaceInset(int sp);
        ///
-       explicit MathSpaceInset(string const & name);
+       explicit MathSpaceInset(std::string const & name);
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///