From 74b9c248e1593803c743c4a747d55e819cb3fa68 Mon Sep 17 00:00:00 2001 From: Christos Tsantilas Date: Fri, 13 Jan 2012 18:22:21 +0200 Subject: [PATCH] trimMemory for unswappable objects: fix NullStoreEntry::trimMemory compile error --- src/Store.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Store.h b/src/Store.h index 21959fbae3..30d0a6b4de 100644 --- a/src/Store.h +++ b/src/Store.h @@ -251,7 +251,7 @@ private: char const *getSerialisedMetaData(); bool mayStartSwapout() {return false;} - void trimMemory() {} + void trimMemory(const bool preserveSwappable) {} static NullStoreEntry _instance; -- 2.47.2