Bug 682767 - Warning nsISupportsImpl.h: unused owner; r=bsmedberg

This commit is contained in:
Oleg Romashin 2011-08-31 13:16:13 +01:00
parent 3360aa4b4c
commit 994208d9c8

View File

@ -175,7 +175,7 @@ public:
return refcount;
}
void stabilizeForDeletion(nsISupports *owner)
void stabilizeForDeletion(nsISupports*)
{
mTagged = NS_CCAR_TAGGED_STABILIZED_REFCNT;
}