diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/cache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/cache.cpp b/src/tests/cache.cpp index 911b829..00a32dd 100644 --- a/src/tests/cache.cpp +++ b/src/tests/cache.cpp | |||
@@ -30,6 +30,7 @@ public: | |||
30 | typedef CacheBase<keytype, obtype> CacheType; | 30 | typedef CacheBase<keytype, obtype> CacheType; |
31 | 31 | ||
32 | virtual const keytype getKey() const=0; | 32 | virtual const keytype getKey() const=0; |
33 | virtual const int getPersistenceScore() const { return 0; } | ||
33 | 34 | ||
34 | void changed( bool bChanged=true ) | 35 | void changed( bool bChanged=true ) |
35 | { | 36 | { |