aboutsummaryrefslogtreecommitdiff
path: root/libbutl/path.mxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-01-19 09:10:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-01-19 09:10:10 +0200
commitcc87d5c452d42356d80fb98ac30c729ada26d2b0 (patch)
treec3c4df099e8c1faaf9b68d454cdfc8735617b09e /libbutl/path.mxx
parent3053f55528dbecb08ddb55fa94546a98af06e3e1 (diff)
Add missing comment
Diffstat (limited to 'libbutl/path.mxx')
-rw-r--r--libbutl/path.mxx2
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 ();