X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-z-cache.cpp;h=ef7f3bbbd22696c7bbda8ff375aadeb97bcfd28c;hb=b6131942246f587188208dd9df6f5332839101d2;hp=5277a0dbe86103492512938f33349550e386b881;hpb=5896d0ffe17229588e918231216b292fc06c774d;p=yazpp-moved-to-github.git diff --git a/src/yaz-z-cache.cpp b/src/yaz-z-cache.cpp index 5277a0d..ef7f3bb 100644 --- a/src/yaz-z-cache.cpp +++ b/src/yaz-z-cache.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2009 Index Data and Mike Taylor + * Copyright (C) 1998-2010 Index Data and Mike Taylor * See the file LICENSE for details. */ @@ -31,7 +31,7 @@ RecordCache::~RecordCache () nmem_destroy(m_mem); } -void RecordCache::set_max_size(int sz) +void RecordCache::set_max_size(size_t sz) { m_max_size = sz; }