Remove deprecated SharedPtr::getObject

This commit is contained in:
Vinnie Falco
2013-09-12 03:01:02 -07:00
parent 9eda4bc6fa
commit 41eb8a1e29
2 changed files with 1 additions and 9 deletions

View File

@@ -616,7 +616,7 @@ void ListenersBase::remove_void (void* const listener)
// Remove it from the list and manually release
// the reference since the list uses raw pointers.
m_groups.erase (m_groups.iterator_to (*group.getObject ()));
m_groups.erase (m_groups.iterator_to (*group);
group->decReferenceCount ();
// It is still possible for the group to exist at this