diff options
-rw-r--r-- | butl/filesystem | 2 |
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. // |