From cc81b205410c2cf8e20a53eea745d9d8aee57f6c Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 25 Mar 2013 23:31:03 +0000 Subject: Corrected a pure virtual call issue while destroying caches. --- src/unstable/cacheobject.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/unstable/cacheobject.h') diff --git a/src/unstable/cacheobject.h b/src/unstable/cacheobject.h index d8ed431..114a76f 100644 --- a/src/unstable/cacheobject.h +++ b/src/unstable/cacheobject.h @@ -66,6 +66,11 @@ namespace Bu this->bChanged = bChanged; } + CacheType *getCache() + { + return pCache; + } + private: typedef CacheEntry Entry; void setCache( CacheType *pCache, Entry *pEntry ) -- cgit v1.2.3