diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-01-06 23:40:32 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-01-06 23:40:32 +0000 |
commit | 9f3d53ebab425f49a554d8be8b8896bd11465447 (patch) | |
tree | 3a43f4cb2d21784af2fcc96b6197ccdbde023793 /src/cachestorefiles.h | |
parent | 2545d1f2a82bc7c23abc0034958b169f9fffe613 (diff) | |
download | libbu++-9f3d53ebab425f49a554d8be8b8896bd11465447.tar.gz libbu++-9f3d53ebab425f49a554d8be8b8896bd11465447.tar.bz2 libbu++-9f3d53ebab425f49a554d8be8b8896bd11465447.tar.xz libbu++-9f3d53ebab425f49a554d8be8b8896bd11465447.zip |
This may be about it for updates to core, I can't think of anything else I need
to do right now. This commit contains minor fixes to the cache stores so they
don't generate any warnings, and the hashtable includes == and != operators now.
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 | } |