aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-10-29 16:23:57 +0200
committerMartin Ridgers <[email protected]>2021-10-29 16:25:43 +0200
commit3215d150c9dfef13d28923c1d98d9482b212cd82 (patch)
tree4032518137fddd06dca31a7117cca1b6c4c84a04
parentIf-def'd Basic and SandboxedJob classes temporarily (diff)
downloadzen-3215d150c9dfef13d28923c1d98d9482b212cd82.tar.xz
zen-3215d150c9dfef13d28923c1d98d9482b212cd82.zip
Gave ZenCacheDiskLayer::CacheBucket a body
-rw-r--r--zenserver/cache/structuredcachestore.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/zenserver/cache/structuredcachestore.h b/zenserver/cache/structuredcachestore.h
index 1f53b5c08..12a11d912 100644
--- a/zenserver/cache/structuredcachestore.h
+++ b/zenserver/cache/structuredcachestore.h
@@ -116,7 +116,9 @@ private:
/** A cache bucket manages a single directory containing
metadata and data for that bucket
*/
- struct CacheBucket;
+ struct CacheBucket
+ {
+ };
CasStore& m_CasStore;
std::filesystem::path m_RootDir;