summaryrefslogtreecommitdiffstats
path: root/client/shared_cache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/shared_cache.hpp')
-rw-r--r--client/shared_cache.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/shared_cache.hpp b/client/shared_cache.hpp
index ee966386..96a476f7 100644
--- a/client/shared_cache.hpp
+++ b/client/shared_cache.hpp
@@ -27,8 +27,8 @@
const char* name();
};*/
-template <class T, class Treat, int HASH_SIZE>
-class SharedCache {
+template <class T, class Treat, int HASH_SIZE, class Base = EmptyBase>
+class SharedCache : public Base {
public:
SharedCache()
: _aborting (false)