aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcachestore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver/cache/structuredcachestore.cpp')
-rw-r--r--zenserver/cache/structuredcachestore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/zenserver/cache/structuredcachestore.cpp b/zenserver/cache/structuredcachestore.cpp
index eec548f1b..79bb8486e 100644
--- a/zenserver/cache/structuredcachestore.cpp
+++ b/zenserver/cache/structuredcachestore.cpp
@@ -60,8 +60,8 @@ SaveCompactBinaryObject(const fs::path& Path, const CbObject& Object)
}
ZenCacheStore::ZenCacheStore(CasGc& Gc, const std::filesystem::path& RootDir)
-: m_RootDir(RootDir)
-, GcStorage(Gc)
+: GcStorage(Gc)
+, m_RootDir(RootDir)
, GcContributor(Gc)
, m_DiskLayer(RootDir)
{