Browse Source

policy_cache.hpp

getattr-cache
Antonio SJ Musumeci 9 months ago
parent
commit
bf535cf2ea
  1. 2
      src/policy_cache.hpp

2
src/policy_cache.hpp

@ -47,7 +47,7 @@ public:
const
nonstd::optional<std::string>
find(char const *key_)
find(std::string const key_)
{
nonstd::optional<std::string> rv;

Loading…
Cancel
Save