This commit is contained in:
sspitzer%netscape.com 1999-07-22 17:38:38 +00:00
Родитель 77363b8995
Коммит 2a92c3b157
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -61,6 +61,7 @@ class nsScriptableDateFormat : public nsIScriptableDateFormat {
1999, 1, 1, hour, minute, second, timeString);}
nsScriptableDateFormat() {NS_INIT_REFCNT();}
virtual ~nsScriptableDateFormat() {}
private:
nsString mStringOut;
};

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

@ -512,7 +512,7 @@ nsresult nsMsgCompose::CloseWindow()
{
if (m_webShellWin)
{
m_editor = nsnull; /* m_editor will be destroyed during the Close Window. Set it to null to
m_editor = nsnull; /* m_editor will be destroyed during the Close Window. Set it to null to */
/* be sure we wont use it anymore. */
m_webShellWin->Close();
m_webShellWin = nsnull;