summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-01-31 14:40:29 +0000
committerlordjaxom <lordjaxom>2005-01-31 14:40:29 +0000
commit3ce6d5c52dc3b35f7fe90d9e2dbe38a680673994 (patch)
tree7a1bb9223005b3a5d0982dfbd508bd93edf10323 /cache.h
parent9d99631814a293a783b9f8a9b389dfe58223e7ad (diff)
downloadvdr-plugin-text2skin-3ce6d5c52dc3b35f7fe90d9e2dbe38a680673994.tar.gz
vdr-plugin-text2skin-3ce6d5c52dc3b35f7fe90d9e2dbe38a680673994.tar.bz2
- moved Flush from abstract class to specialisation
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index 635d206..0bac611 100644
--- a/cache.h
+++ b/cache.h
@@ -1,5 +1,5 @@
/*
- * $Id: cache.h,v 1.6 2005/01/28 23:46:05 lordjaxom Exp $
+ * $Id: cache.h,v 1.7 2005/01/31 14:40:29 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_CACHE_HPP
@@ -51,7 +51,6 @@ cxCache<key_type, data_type>::cxCache(uint MaxItems)
template<class key_type, class data_type>
cxCache<key_type, data_type>::~cxCache()
{
- Flush();
}
template<class key_type, class data_type>