Remove unnecessary template parameter in destructor. Fixes #487
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
|||||||
obj.m_obj = nullptr;
|
obj.m_obj = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
~PycRef<_Obj>()
|
~PycRef()
|
||||||
{
|
{
|
||||||
if (m_obj)
|
if (m_obj)
|
||||||
m_obj->delRef();
|
m_obj->delRef();
|
||||||
|
Reference in New Issue
Block a user