X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fpath.h;h=0f333018fc2bdbb1de6d7f89182f6ded2ea8a606;hp=9e1e3747fed37c0b6687ee48c0925071bbccd6ea;hb=bfbb7edfb2ae76d23f26e0b22787617ff621747d;hpb=4cc2d6ced17e8cbe1ae3251069131d22a292b857 diff --git a/source/path.h b/source/path.h index 9e1e374..0f33301 100644 --- a/source/path.h +++ b/source/path.h @@ -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<