X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fpath.h;h=e0b593caf2099839d2f517deb2a3b2b0e4e89ffb;hb=b116e161e377da0e4e52f07745ecb2d22f962ae9;hp=82600dc35c28d5787f69b56f0af3b8b12af50f22;hpb=1a563cfd722a5571428562259790b4948980dd4f;p=libs%2Fcore.git diff --git a/source/fs/path.h b/source/fs/path.h index 82600dc..e0b593c 100644 --- a/source/fs/path.h +++ b/source/fs/path.h @@ -67,7 +67,7 @@ public: private: std::string path; - std::vector separators; + PositionArray separators; public: Path();