]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/path.h
Make FS::Path::Iterator assignable
[libs/core.git] / source / fs / path.h
index c701e60f7fb97dbf507cf0295ea13adefb32aec1..d515d7817031c1df3f98d0ad459c92a597b0dbcc 100644 (file)
@@ -29,7 +29,7 @@ public:
                friend class Path;
 
        private:
-               const Path &path;
+               const Path *path;
                std::string::size_type start, end;
 
                Iterator(const Path &);