diff options
| author | Stefan Boberg <[email protected]> | 2022-01-26 12:36:21 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2022-01-26 12:36:21 +0100 |
| commit | 1b03128af0eb96f192ab643ca1fec3d62c7ed161 (patch) | |
| tree | 1cde199c2f605c8aa2c4a2a0705d6651394ab403 /zencore | |
| parent | Super temporary sentry symbol upload script to help jog my memory whenever I ... (diff) | |
| parent | Fixed issue with missing endpoint name when configuring upstream cache from Lua. (diff) | |
| download | zen-1b03128af0eb96f192ab643ca1fec3d62c7ed161.tar.xz zen-1b03128af0eb96f192ab643ca1fec3d62c7ed161.zip | |
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zencore')
| -rw-r--r-- | zencore/include/zencore/refcount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/include/zencore/refcount.h b/zencore/include/zencore/refcount.h index afee8536f..254a22db5 100644 --- a/zencore/include/zencore/refcount.h +++ b/zencore/include/zencore/refcount.h @@ -114,6 +114,7 @@ public: private: T* m_Ref = nullptr; + template <typename U> friend class RefPtr; }; |