From 5a203053bcbda6b9d857a6190c7fc16bcba461ad Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 11 Apr 2024 21:45:52 -0500 Subject: [PATCH] fuse_open.cpp --- src/fuse_open.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index 260ab0cb..51a72d8c 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -233,7 +233,7 @@ namespace l fi = reinterpret_cast(ffi_->fh); foo.visit(fi->fusepath, - [&](const auto &backing_id_) + [&](const std::pair &backing_id_) { backing_id = backing_id_; });