X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloatList.C;h=81f7a6e99b1b72691130a3476dae34c2296ae921;hb=b02d655347adec5e866e5014f4656b47e09cd269;hp=7b1bf81ccf3e3f6807fb80acced4354aac2ae71c;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/FloatList.C b/src/FloatList.C index 7b1bf81ccf..81f7a6e99b 100644 --- a/src/FloatList.C +++ b/src/FloatList.C @@ -13,6 +13,9 @@ #include "FloatList.h" #include "Floating.h" + +namespace lyx { + using std::string; // This class is now mostly finished, except one thing, it is a global @@ -96,3 +99,6 @@ FloatList::const_iterator FloatList::operator[](string const & t) const { return list.find(t); } + + +} // namespace lyx