aboutsummaryrefslogtreecommitdiff
path: root/zencore
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-01-26 12:36:21 +0100
committerStefan Boberg <[email protected]>2022-01-26 12:36:21 +0100
commit1b03128af0eb96f192ab643ca1fec3d62c7ed161 (patch)
tree1cde199c2f605c8aa2c4a2a0705d6651394ab403 /zencore
parentSuper temporary sentry symbol upload script to help jog my memory whenever I ... (diff)
parentFixed issue with missing endpoint name when configuring upstream cache from Lua. (diff)
downloadzen-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.h1
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;
};