]> git.tdb.fi Git - libs/core.git/blobdiff - source/path.h
Fix compile errors on 64-bit systems
[libs/core.git] / source / path.h
index 751c0e3d2f66a3580e590402322d4a6aa1fb6af6..0b946fdcdb18bb00ab79ffe189249946fc5bc8be 100644 (file)
@@ -37,7 +37,7 @@ public:
 
        private:
                const Path &path;
 
        private:
                const Path &path;
-               unsigned   start,end;
+               std::string::size_type start,end;
 
                Iterator(const Path &);
        public:
 
                Iterator(const Path &);
        public: