diff options
Diffstat (limited to '')
-rw-r--r-- | src/cachestorefiles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cachestorefiles.h b/src/cachestorefiles.h index 1906b13..c2cf091 100644 --- a/src/cachestorefiles.h +++ b/src/cachestorefiles.h | |||
@@ -83,7 +83,7 @@ namespace Bu | |||
83 | } | 83 | } |
84 | } | 84 | } |
85 | 85 | ||
86 | virtual void unload( obtype *pObj, const keytype &key ) | 86 | virtual void unload( obtype *pObj, const keytype & ) |
87 | { | 87 | { |
88 | delete pObj; | 88 | delete pObj; |
89 | } | 89 | } |