aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcache.h
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-05-05 11:01:44 +0200
committerDan Engelbrecht <[email protected]>2022-05-05 11:01:44 +0200
commitf5273c981f66834d70db680cff5deb47fd8d1274 (patch)
treed9d3e7a9f1beb0497c3417f7c21d52ccd3d9174c /zenserver/cache/structuredcache.h
parentrevert back constructor order for ZenCacheStore (diff)
downloadzen-f5273c981f66834d70db680cff5deb47fd8d1274.tar.xz
zen-f5273c981f66834d70db680cff5deb47fd8d1274.zip
reverted unnecessary changes
Diffstat (limited to 'zenserver/cache/structuredcache.h')
-rw-r--r--zenserver/cache/structuredcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/cache/structuredcache.h b/zenserver/cache/structuredcache.h
index c41afef12..00c4260aa 100644
--- a/zenserver/cache/structuredcache.h
+++ b/zenserver/cache/structuredcache.h
@@ -64,7 +64,7 @@ namespace cache::detail {
class HttpStructuredCacheService : public HttpService, public IHttpStatsProvider, public IHttpStatusProvider
{
public:
- HttpStructuredCacheService(ZenCacheStore& CacheStore,
+ HttpStructuredCacheService(ZenCacheStore& InCacheStore,
CidStore& InCidStore,
HttpStatsService& StatsService,
HttpStatusService& StatusService,