X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloatList.h;h=b410ade851240e902eb042bea526ca5558059e77;hb=2417d9d911dbca181c48f45d1aad26d31c9aa815;hp=94eb53ee89b434e6b70e1ddc59792c4a19cc43ca;hpb=1f9d992ce0b5d33341215dc8dece45fe1b5bccf0;p=lyx.git diff --git a/src/FloatList.h b/src/FloatList.h index 94eb53ee89..b410ade851 100644 --- a/src/FloatList.h +++ b/src/FloatList.h @@ -18,6 +18,9 @@ #include +namespace lyx { + + /// class FloatList { public: @@ -48,4 +51,7 @@ private: List list; }; + +} // namespace lyx + #endif