Browse Source

policy_cache.hpp

getattr-cache
Antonio SJ Musumeci 10 months ago
parent
commit
4c16fb2e94
  1. 2
      src/policy_cache.hpp

2
src/policy_cache.hpp

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

Loading…
Cancel
Save