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/cachestoremyriad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cachestoremyriad.h') 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 return pOb; } - virtual void unload( obtype *pObj, const keytype &key ) + virtual void unload( obtype *pObj, const keytype & ) { delete pObj; } -- cgit v1.2.3