summaryrefslogtreecommitdiff
path: root/stoc/source/security/lru_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/security/lru_cache.h')
-rw-r--r--stoc/source/security/lru_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/security/lru_cache.h b/stoc/source/security/lru_cache.h
index 4a40792df073..3ecf9905f251 100644
--- a/stoc/source/security/lru_cache.h
+++ b/stoc/source/security/lru_cache.h
@@ -62,7 +62,7 @@ public:
@param size number of elements to be cached; default param set to 128
*/
- inline lru_cache( ::std::size_t size );
+ explicit inline lru_cache( ::std::size_t size );
/** Destructor: releases all cached elements and keys.
*/