mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 19:09:49 +00:00
fix warnings
This commit is contained in:
parent
77363b8995
commit
2a92c3b157
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user