fix warnings

This commit is contained in:
sspitzer%netscape.com 1999-07-22 17:38:38 +00:00
parent 77363b8995
commit 2a92c3b157
2 changed files with 2 additions and 1 deletions

View File

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

View File

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