X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloating.C;h=824b1b7df12899385915627db12c477d9a24a4a8;hb=c688967bc365872241697371e7bd12e2b5217028;hp=61a269ef1c631ac64c9e64bfc882b3b1e9c07c60;hpb=22ae5c8873f21d9455f464c4701c05ac5d4f2034;p=lyx.git diff --git a/src/Floating.C b/src/Floating.C index 61a269ef1c..824b1b7df1 100644 --- a/src/Floating.C +++ b/src/Floating.C @@ -1,21 +1,21 @@ -/* This file is part of - * ====================================================== +/** + * \file Floating.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * LyX, The Document Processor + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes + * \author Angus Leeming * - * Copyright 1998-2001 The LyX Team. - * - * ====================================================== + * Full author contact details are available in file CREDITS. */ #include -#ifdef __GNUG__ -#pragma implementation -#endif - #include "Floating.h" +using std::string; + Floating::Floating() {}