X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloatList.h;h=50db0944b2c5b7b0fdbb1e3d7b4d32d03554727a;hb=837869452ad8d917615aa4bca77402dc49ba094e;hp=c8a9df46e2fa4d756a2fe79bee633de3d8e98788;hpb=eb36b71ce3b9880a9b577f3db25d16e6a86cd338;p=lyx.git diff --git a/src/FloatList.h b/src/FloatList.h index c8a9df46e2..50db0944b2 100644 --- a/src/FloatList.h +++ b/src/FloatList.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. */ @@ -12,11 +12,14 @@ #ifndef FLOATLIST_H #define FLOATLIST_H +#include "Floating.h" + #include #include -class Floating; +namespace lyx { + /// class FloatList { @@ -48,4 +51,7 @@ private: List list; }; + +} // namespace lyx + #endif