diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-01-19 09:10:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-01-19 09:10:10 +0200 |
commit | cc87d5c452d42356d80fb98ac30c729ada26d2b0 (patch) | |
tree | c3c4df099e8c1faaf9b68d454cdfc8735617b09e | |
parent | 3053f55528dbecb08ddb55fa94546a98af06e3e1 (diff) |
Add missing comment
-rw-r--r-- | libbutl/path.mxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbutl/path.mxx b/libbutl/path.mxx index 01fa0fc..b9df945 100644 --- a/libbutl/path.mxx +++ b/libbutl/path.mxx @@ -811,6 +811,8 @@ LIBBUTL_MODEXPORT namespace butl basic_path base () const; + // As above but make the instance itself the base. Return *this. + // basic_path& make_base (); |