aboutsummaryrefslogtreecommitdiff
path: root/xbmc/filesystem/FileCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/filesystem/FileCache.h')
-rw-r--r--xbmc/filesystem/FileCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/filesystem/FileCache.h b/xbmc/filesystem/FileCache.h
index c12025f77f..f13151e1ed 100644
--- a/xbmc/filesystem/FileCache.h
+++ b/xbmc/filesystem/FileCache.h
@@ -31,7 +31,7 @@ namespace XFILE
class CFileCache : public IFile, public CThread
{
public:
- CFileCache();
+ CFileCache(bool useDoubleCache=false);
CFileCache(CCacheStrategy *pCache, bool bDeleteCache=true);
virtual ~CFileCache();