X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloatList.h;h=50db0944b2c5b7b0fdbb1e3d7b4d32d03554727a;hb=837869452ad8d917615aa4bca77402dc49ba094e;hp=94eb53ee89b434e6b70e1ddc59792c4a19cc43ca;hpb=1f9d992ce0b5d33341215dc8dece45fe1b5bccf0;p=lyx.git diff --git a/src/FloatList.h b/src/FloatList.h index 94eb53ee89..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. */ @@ -18,6 +18,9 @@ #include +namespace lyx { + + /// class FloatList { public: @@ -48,4 +51,7 @@ private: List list; }; + +} // namespace lyx + #endif