Misc fixes for pedantic build warnings.

r=jfrancis@netscape.com a=sfraser@netscape.com


git-svn-id: svn://10.0.0.236/trunk@83078 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kin%netscape.com
2000-11-29 22:06:02 +00:00
parent f1623e78d4
commit 02a2a9a6b6
10 changed files with 34 additions and 32 deletions

View File

@@ -899,6 +899,8 @@ nsEditor::nsEditor()
, mRangeUpdater()
, mShouldTxnSetSelection(PR_TRUE)
, mBodyElement(nsnull)
, mAction(nsnull)
, mDirection(eNone)
, mInIMEMode(PR_FALSE)
, mIMETextRangeList(nsnull)
, mIMETextNode(nsnull)
@@ -908,8 +910,6 @@ nsEditor::nsEditor()
, mEditorObservers(nsnull)
, mDocDirtyState(-1)
, mDocWeak(nsnull)
, mAction(nsnull)
, mDirection(eNone)
{
//initialize member variables here
NS_INIT_REFCNT();