From 9f3d53ebab425f49a554d8be8b8896bd11465447 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 6 Jan 2011 23:40:32 +0000 Subject: 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. --- src/cachestorefiles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cachestorefiles.h') 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 } } - virtual void unload( obtype *pObj, const keytype &key ) + virtual void unload( obtype *pObj, const keytype & ) { delete pObj; } -- cgit v1.2.3