X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ffs%2Fpath.h;h=d515d7817031c1df3f98d0ad459c92a597b0dbcc;hp=c701e60f7fb97dbf507cf0295ea13adefb32aec1;hb=5eb788bd9a41895585d4bb366a683437ddf63ad5;hpb=601e088dc38005e4346766a09129a80e81c637f3 diff --git a/source/fs/path.h b/source/fs/path.h index c701e60..d515d78 100644 --- a/source/fs/path.h +++ b/source/fs/path.h @@ -29,7 +29,7 @@ public: friend class Path; private: - const Path &path; + const Path *path; std::string::size_type start, end; Iterator(const Path &);