From bf535cf2eabd3527f470c5f6910cdb140cbf1764 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 22 Feb 2024 00:17:01 -0600 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 87b2547e..ca2d6ee2 100644 --- a/src/policy_cache.hpp +++ b/src/policy_cache.hpp @@ -47,7 +47,7 @@ public: const nonstd::optional - find(char const *key_) + find(std::string const key_) { nonstd::optional rv;