X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloatList.C;h=81f7a6e99b1b72691130a3476dae34c2296ae921;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=c48c12d388bd26a098ef9d16c0b28b70ba4969c2;hpb=91de22ef340abbf1e9ba7d422bcd9024fa90d63f;p=lyx.git diff --git a/src/FloatList.C b/src/FloatList.C index c48c12d388..81f7a6e99b 100644 --- a/src/FloatList.C +++ b/src/FloatList.C @@ -13,6 +13,11 @@ #include "FloatList.h" #include "Floating.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 // create floats and modify them to fit into a certain document. So it is @@ -94,3 +99,6 @@ FloatList::const_iterator FloatList::operator[](string const & t) const { return list.find(t); } + + +} // namespace lyx