X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloatList.C;h=81f7a6e99b1b72691130a3476dae34c2296ae921;hb=d2574b7d8e2716d3d3aea92df6576bd01c421a6c;hp=b6d4ba87a5672164f4501ff89486a4f3ed37e9e7;hpb=1dffc5cfe45c34d9ef42d3d58d2ed4ce855339e2;p=lyx.git diff --git a/src/FloatList.C b/src/FloatList.C index b6d4ba87a5..81f7a6e99b 100644 --- a/src/FloatList.C +++ b/src/FloatList.C @@ -12,7 +12,11 @@ #include "FloatList.h" #include "Floating.h" -#include "gettext.h" + + +namespace lyx { + +using std::string; // This class is now mostly finished, except one thing, it is a global // object. This will not do. The user (and layout files) are free to @@ -95,3 +99,6 @@ FloatList::const_iterator FloatList::operator[](string const & t) const { return list.find(t); } + + +} // namespace lyx