summaryrefslogtreecommitdiff
path: root/indra/llfilesystem/lldiskcache.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-10-08 15:26:54 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-10-08 15:26:54 +0300
commit3051db7b61ee43fffd28f0a12c0714b11b6b7df7 (patch)
tree763df757d2660cf5f124de8f1164136ab2203963 /indra/llfilesystem/lldiskcache.h
parenta818c44ef21cf6b4e4eeab0ee0325a780898fccc (diff)
Purge excessive files from disc cache each startup
Diffstat (limited to 'indra/llfilesystem/lldiskcache.h')
-rw-r--r--indra/llfilesystem/lldiskcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llfilesystem/lldiskcache.h b/indra/llfilesystem/lldiskcache.h
index f718b7a328..b25eac8538 100644
--- a/indra/llfilesystem/lldiskcache.h
+++ b/indra/llfilesystem/lldiskcache.h
@@ -126,7 +126,7 @@ class LLDiskCache :
* directory individually. Only the files that contain a prefix defined
* by mCacheFilenamePrefix will be removed.
*/
- void clearCache(const std::string cache_dir);
+ void clearCache();
/**
* Return some information about the cache for use in About Box etc.