was neglecting to initialize a member

This commit is contained in:
jband%netscape.com 1999-08-08 02:06:31 +00:00
parent ce07abf873
commit 4617442db7
2 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@ nsTextEncoder::nsTextEncoder() : mMimeType("text/plain")
NS_INIT_REFCNT();
mDocument = 0;
mSelection = 0;
mPresShell = 0;
mAddHeader = PR_FALSE;
}

View File

@ -82,6 +82,7 @@ nsTextEncoder::nsTextEncoder() : mMimeType("text/plain")
NS_INIT_REFCNT();
mDocument = 0;
mSelection = 0;
mPresShell = 0;
mAddHeader = PR_FALSE;
}