From f7081dc5da936c928fb220a01d7e67dd550c7808 Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Fri, 30 Jul 1999 23:37:57 +0000 Subject: [PATCH] Fix compile warning --- editor/base/nsEditorShell.cpp | 2 +- editor/composer/src/nsEditorShell.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/base/nsEditorShell.cpp b/editor/base/nsEditorShell.cpp index 199aee2ea1d8..b0dbb7d256f4 100644 --- a/editor/base/nsEditorShell.cpp +++ b/editor/base/nsEditorShell.cpp @@ -137,8 +137,8 @@ nsEditorShell::nsEditorShell() , mWebShell(nsnull) , mContentAreaWebShell(nsnull) , mEditorType(eUninitializedEditorType) -, mWrapColumn(0) , mStateMaintainer(nsnull) +, mWrapColumn(0) , mSuggestedWordIndex(0) , mDictionaryIndex(0) { diff --git a/editor/composer/src/nsEditorShell.cpp b/editor/composer/src/nsEditorShell.cpp index 199aee2ea1d8..b0dbb7d256f4 100644 --- a/editor/composer/src/nsEditorShell.cpp +++ b/editor/composer/src/nsEditorShell.cpp @@ -137,8 +137,8 @@ nsEditorShell::nsEditorShell() , mWebShell(nsnull) , mContentAreaWebShell(nsnull) , mEditorType(eUninitializedEditorType) -, mWrapColumn(0) , mStateMaintainer(nsnull) +, mWrapColumn(0) , mSuggestedWordIndex(0) , mDictionaryIndex(0) {