From c5f7bb9906bc330d8366bef066617ca1ccfd35a9 Mon Sep 17 00:00:00 2001
From: Antonio SJ Musumeci <trapexit@spawn.link>
Date: Tue, 26 Nov 2024 01:33:49 -0600
Subject: [PATCH] func_getattr_newest.cpp

---
 src/func_getattr_newest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;