From: Christos Tsantilas Date: Fri, 13 Jan 2012 16:22:21 +0000 (+0200) Subject: trimMemory for unswappable objects: fix NullStoreEntry::trimMemory compile error X-Git-Tag: BumpSslServerFirst.take05~12^2~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74b9c248e1593803c743c4a747d55e819cb3fa68;p=thirdparty%2Fsquid.git trimMemory for unswappable objects: fix NullStoreEntry::trimMemory compile error --- 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;