diff --git a/src/func_getattr_newest.cpp b/src/func_getattr_newest.cpp index f5baf321..eaa40b85 100644 --- a/src/func_getattr_newest.cpp +++ b/src/func_getattr_newest.cpp @@ -11,7 +11,7 @@ Func2::GetattrNewest::process(const Branches &branches_, fuse_timeouts_t *timeout_) { int rv; - Branch *newest_branch; + const Branch *newest_branch; Branches::CPtr branches; fs::Path fullpath;