aboutsummaryrefslogtreecommitdiff
path: root/src/cachestorefiles.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-01-06 23:40:32 +0000
committerMike Buland <eichlan@xagasoft.com>2011-01-06 23:40:32 +0000
commit9f3d53ebab425f49a554d8be8b8896bd11465447 (patch)
tree3a43f4cb2d21784af2fcc96b6197ccdbde023793 /src/cachestorefiles.h
parent2545d1f2a82bc7c23abc0034958b169f9fffe613 (diff)
downloadlibbu++-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/cachestorefiles.h')
-rw-r--r--src/cachestorefiles.h2
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 }