aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/path.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/fs/path.hxx')
-rw-r--r--cutl/fs/path.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx
index 5dce2cd..ea0034e 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -160,6 +160,12 @@ namespace cutl
path_.swap (p.path_);
}
+ void
+ clear ()
+ {
+ path_.clear ();
+ }
+
static basic_path
current ();