X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_spaceinset.h;h=00dd1a80186af52b02f221ea0eec99eb67fa65d9;hb=57501b93064a6deed43e415beed45606054d86ad;hp=d2a51a1aab0cfd9e629a18e60d45d23cabb9bb3d;hpb=4ba8a4d6f603c01d7ab7dfa937dc6072ef5db1f2;p=lyx.git diff --git a/src/mathed/math_spaceinset.h b/src/mathed/math_spaceinset.h index d2a51a1aab..00dd1a8018 100644 --- a/src/mathed/math_spaceinset.h +++ b/src/mathed/math_spaceinset.h @@ -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 clone() const; ///