diff options
| author | Dan Engelbrecht <[email protected]> | 2022-05-05 11:01:44 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-05-05 11:01:44 +0200 |
| commit | f5273c981f66834d70db680cff5deb47fd8d1274 (patch) | |
| tree | d9d3e7a9f1beb0497c3417f7c21d52ccd3d9174c /zenserver/cache/structuredcache.h | |
| parent | revert back constructor order for ZenCacheStore (diff) | |
| download | zen-f5273c981f66834d70db680cff5deb47fd8d1274.tar.xz zen-f5273c981f66834d70db680cff5deb47fd8d1274.zip | |
reverted unnecessary changes
Diffstat (limited to 'zenserver/cache/structuredcache.h')
| -rw-r--r-- | zenserver/cache/structuredcache.h | 2 |
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, |