diff options
Diffstat (limited to '')
-rw-r--r-- | src/cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cache.h b/src/cache.h index 7b82541..987443c 100644 --- a/src/cache.h +++ b/src/cache.h | |||
@@ -193,6 +193,7 @@ namespace Bu | |||
193 | typedef Bu::Hash<keytype, CacheEntry> CidHash; | 193 | typedef Bu::Hash<keytype, CacheEntry> CidHash; |
194 | 194 | ||
195 | public: | 195 | public: |
196 | typedef keytype Key; | ||
196 | Cache( Calc *pCalc, Store *pStore ) : | 197 | Cache( Calc *pCalc, Store *pStore ) : |
197 | pCalc( pCalc ), | 198 | pCalc( pCalc ), |
198 | pStore( pStore ) | 199 | pStore( pStore ) |