diff options
| author | Martin Ridgers <[email protected]> | 2021-10-29 16:23:57 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-29 16:25:43 +0200 |
| commit | 3215d150c9dfef13d28923c1d98d9482b212cd82 (patch) | |
| tree | 4032518137fddd06dca31a7117cca1b6c4c84a04 /zenserver | |
| parent | If-def'd Basic and SandboxedJob classes temporarily (diff) | |
| download | zen-3215d150c9dfef13d28923c1d98d9482b212cd82.tar.xz zen-3215d150c9dfef13d28923c1d98d9482b212cd82.zip | |
Gave ZenCacheDiskLayer::CacheBucket a body
Diffstat (limited to 'zenserver')
| -rw-r--r-- | zenserver/cache/structuredcachestore.h | 4 |
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; |