Bug 1038166 - Give nsFilePicker a private destructor; r=bjacob

This commit is contained in:
Ehsan Akhgari 2014-07-15 16:40:41 -04:00
Родитель dccc763dca
Коммит 7d9f6d41ff
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);