diff options
| author | Dan Engelbrecht <[email protected]> | 2022-04-01 22:47:46 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-04-01 22:47:46 +0200 |
| commit | e51efe1674fa3d9d4af715d85a4045e1ee7450f3 (patch) | |
| tree | 7d7fc4ad33fdd36e5d97719895984f83adb09957 /zenserver/cache/structuredcachestore.cpp | |
| parent | linux fixes (diff) | |
| download | zen-e51efe1674fa3d9d4af715d85a4045e1ee7450f3.tar.xz zen-e51efe1674fa3d9d4af715d85a4045e1ee7450f3.zip | |
linux compilation fixes
Diffstat (limited to 'zenserver/cache/structuredcachestore.cpp')
| -rw-r--r-- | zenserver/cache/structuredcachestore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/cache/structuredcachestore.cpp b/zenserver/cache/structuredcachestore.cpp index 79bb8486e..6b448b8d2 100644 --- a/zenserver/cache/structuredcachestore.cpp +++ b/zenserver/cache/structuredcachestore.cpp @@ -61,8 +61,8 @@ SaveCompactBinaryObject(const fs::path& Path, const CbObject& Object) ZenCacheStore::ZenCacheStore(CasGc& Gc, const std::filesystem::path& RootDir) : GcStorage(Gc) -, m_RootDir(RootDir) , GcContributor(Gc) +, m_RootDir(RootDir) , m_DiskLayer(RootDir) { ZEN_INFO("initializing structured cache at '{}'", RootDir); |