mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +02:00
CMemPool::Handle needs to be allowed, whoops
This commit is contained in:
parent
1ba7ee701c
commit
3ac5334657
@ -74,8 +74,6 @@ public:
|
||||
constexpr bool operator==(Handle const& rhs) const { return m_slice == rhs.m_slice; }
|
||||
constexpr bool operator!=(Handle const& rhs) const { return m_slice != rhs.m_slice; }
|
||||
|
||||
Handle(const Handle&) = delete;
|
||||
|
||||
void destroy()
|
||||
{
|
||||
if (m_slice)
|
||||
|
Loading…
Reference in New Issue
Block a user