mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1038166 - Give nsFilePicker a private destructor; r=bjacob
This commit is contained in:
parent
8169ced264
commit
b75dc8fa6b
@ -57,9 +57,9 @@ class nsFilePicker :
|
||||
public IFileDialogEvents,
|
||||
public nsBaseWinFilePicker
|
||||
{
|
||||
virtual ~nsFilePicker();
|
||||
public:
|
||||
nsFilePicker();
|
||||
virtual ~nsFilePicker();
|
||||
|
||||
NS_IMETHOD Init(nsIDOMWindow *aParent, const nsAString& aTitle, int16_t aMode);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user