diff options
-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 (); |