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/cachestoremyriad.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 'src/cachestoremyriad.h')
-rw-r--r-- | src/cachestoremyriad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cachestoremyriad.h b/src/cachestoremyriad.h index b90793d..21c84e6 100644 --- a/src/cachestoremyriad.h +++ b/src/cachestoremyriad.h | |||
@@ -85,7 +85,7 @@ namespace Bu | |||
85 | return pOb; | 85 | return pOb; |
86 | } | 86 | } |
87 | 87 | ||
88 | virtual void unload( obtype *pObj, const keytype &key ) | 88 | virtual void unload( obtype *pObj, const keytype & ) |
89 | { | 89 | { |
90 | delete pObj; | 90 | delete pObj; |
91 | } | 91 | } |