X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fpath.cpp;h=35641f852096c59d30f67b8c9b4f78b59cf0ef27;hp=bed74162e4fa9674ee62a1e483ec0160333e550a;hb=f91f1df3e0b00b3a270e571d4b2c8251da4d1226;hpb=e6fec68039fb5212993d687d352c540e407e6d96 diff --git a/source/path.cpp b/source/path.cpp index bed7416..35641f8 100644 --- a/source/path.cpp +++ b/source/path.cpp @@ -12,6 +12,7 @@ Distributed under the LGPL using namespace std; namespace Msp { +namespace FS { /** Returns the number of components in the path. @@ -225,4 +226,5 @@ string Path::Iterator::operator*() const return path.path.substr(start, end-start); } +} // namespace FS } // namespace Msp