aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unstable/cachebase.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/unstable/cachebase.h b/src/unstable/cachebase.h
index 4f83fea..28b343b 100644
--- a/src/unstable/cachebase.h
+++ b/src/unstable/cachebase.h
@@ -191,6 +191,9 @@ namespace Bu
191 } 191 }
192 192
193 public: 193 public:
194 typedef keytype Key;
195 typedef obtype Value;
196
194 CachePtr() : 197 CachePtr() :
195 pCache( NULL ), 198 pCache( NULL ),
196 pEnt( NULL ), 199 pEnt( NULL ),