From 4c16fb2e94723d1c7964e5c920cef77a4ad3bdb6 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 10 Mar 2024 23:31:52 -0500 Subject: [PATCH] policy_cache.hpp --- src/policy_cache.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/policy_cache.hpp b/src/policy_cache.hpp index 7d0a75c6..c8646a78 100644 --- a/src/policy_cache.hpp +++ b/src/policy_cache.hpp @@ -62,7 +62,7 @@ public: const nonstd::optional - find(std::string const key_) + find(std::string const &key_) { nonstd::optional rv;