X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ffs%2Fpath.h;h=c3c599a9e03d0a0dae8b9e47187086b49b407d1a;hp=6aa16f6d08191a9d7d4000f8f9be65ee4d6217a6;hb=dce2985e07e6184f000ef176451150710e21ee35;hpb=8552e6a4e4fbc454e08c582d1dbcd55ab58a3c37 diff --git a/source/fs/path.h b/source/fs/path.h index 6aa16f6..c3c599a 100644 --- a/source/fs/path.h +++ b/source/fs/path.h @@ -30,7 +30,7 @@ public: private: const Path &path; - std::string::size_type start,end; + std::string::size_type start, end; Iterator(const Path &); public: