aboutsummaryrefslogtreecommitdiff
path: root/butl
diff options
context:
space:
mode:
Diffstat (limited to 'butl')
-rw-r--r--butl/filesystem2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/filesystem b/butl/filesystem
index 6f199c9..e6aaa20 100644
--- a/butl/filesystem
+++ b/butl/filesystem
@@ -124,7 +124,7 @@ namespace butl
cancel () {path_ = P ();}
const P&
- path () {return path_;}
+ path () const {return path_;}
// Movable-only type. Move-assignment cancels the lhs object.
//