diff options
| author | Martin Ridgers <[email protected]> | 2021-11-17 08:37:14 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-17 08:37:14 +0100 |
| commit | 56547c536a0308570cbb32d7d85523575966c712 (patch) | |
| tree | b96077c1abe57642204e7d2ce46ee9b71fb97066 | |
| parent | Merged main (diff) | |
| download | zen-56547c536a0308570cbb32d7d85523575966c712.tar.xz zen-56547c536a0308570cbb32d7d85523575966c712.zip | |
Compile fix
| -rw-r--r-- | zenserver/upstream/zen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/upstream/zen.cpp b/zenserver/upstream/zen.cpp index 3e5a42c22..fe3338d52 100644 --- a/zenserver/upstream/zen.cpp +++ b/zenserver/upstream/zen.cpp @@ -320,7 +320,7 @@ namespace detail { } private: - friend class ZenStructuredCacheClient; + friend class zen::ZenStructuredCacheClient; ZenStructuredCacheClient& OwnerClient; cpr::Session Session; |