X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_spaceinset.h;h=00dd1a80186af52b02f221ea0eec99eb67fa65d9;hb=57501b93064a6deed43e415beed45606054d86ad;hp=75c8fbe8bdbb3f9db7d5a7cc9f970f2ae00a51f9;hpb=285952e13002efe5d69a890e6e2a924b0c294808;p=lyx.git diff --git a/src/mathed/math_spaceinset.h b/src/mathed/math_spaceinset.h index 75c8fbe8bd..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,9 +21,9 @@ public: /// explicit MathSpaceInset(int sp); /// - explicit MathSpaceInset(string const & name); + explicit MathSpaceInset(std::string const & name); /// - MathInset * clone() const; + virtual std::auto_ptr clone() const; /// MathSpaceInset const * asSpaceInset() const { return this; } ///