mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1137151: Mark destructor of |STSThreadPoolListener| as protected, r=mcmanus
This commit is contained in:
parent
676cdb1fd9
commit
39abe5b3ae
@ -441,6 +441,8 @@ public:
|
||||
NS_DECL_NSITHREADPOOLLISTENER
|
||||
|
||||
STSThreadPoolListener() {}
|
||||
|
||||
protected:
|
||||
~STSThreadPoolListener() {}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user