X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSectioning.C;h=64aa20201966a824e85efc8afc480181ea020d99;hb=c0b204c0a8ae195f8527eed0f0f9f01a835d1faa;hp=e779811fefd69aa87d4440812225f486848d343e;hpb=8283e978f8d621041c432b9b88a476bfd567385c;p=lyx.git diff --git a/src/Sectioning.C b/src/Sectioning.C index e779811fef..64aa202019 100644 --- a/src/Sectioning.C +++ b/src/Sectioning.C @@ -1,11 +1,19 @@ -#include +/** + * \file Sectioning.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Lars Gullik Bjønnes + * + * Full author contact details are available in file CREDITS. + */ -#ifdef __GNUG__ -#pragma implementation -#endif +#include #include "Sectioning.h" +using std::string; + string const & Section::name() const { return name_;