Bug 1038213 - Give nsTestComFactory a private destructor; r=bjacob

This commit is contained in:
Ehsan Akhgari 2014-07-15 14:58:34 -04:00
parent 61a360b00b
commit 8079aec7c0

View File

@ -70,6 +70,7 @@ MozExternalRefCountType nsTestCom::Release()
}
class nsTestComFactory MOZ_FINAL : public nsIFactory {
~nsTestComFactory() {}
NS_DECL_ISUPPORTS
public:
nsTestComFactory() {