Bug 1137151: Mark destructor of |STSThreadPoolListener| as protected, r=mcmanus

This commit is contained in:
Thomas Zimmermann 2015-03-10 13:44:02 +01:00
parent 676cdb1fd9
commit 39abe5b3ae

View File

@ -441,6 +441,8 @@ public:
NS_DECL_NSITHREADPOOLLISTENER
STSThreadPoolListener() {}
protected:
~STSThreadPoolListener() {}
};