fix build with gcc11

This commit is contained in:
kvtb
2021-10-13 18:03:33 +00:00
committed by GitHub
parent 4c0cde95ad
commit eae29b0385

View File

@@ -17,7 +17,7 @@ private:
public:
ref<T>(const ref<T> & r)
ref(const ref<T> & r)
: p(r.p)
{ }