]> git.tdb.fi Git - libs/core.git/blobdiff - source/path.h
Add relative() to utils
[libs/core.git] / source / path.h
index 9e1e3747fed37c0b6687ee48c0925071bbccd6ea..0f333018fc2bdbb1de6d7f89182f6ded2ea8a606 100644 (file)
@@ -59,6 +59,7 @@ private:
        std::string path;
 
        void init(const std::string &);
+       void add_component(const std::string &);
 };
 
 inline std::ostream &operator<<(std::ostream &o, const Path &p) { o<<p.str(); return o; }