Fix compile warning

This commit is contained in:
akkana%netscape.com 1999-07-30 23:37:57 +00:00
parent 307e653e58
commit f7081dc5da
2 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,8 @@ nsEditorShell::nsEditorShell()
, mWebShell(nsnull)
, mContentAreaWebShell(nsnull)
, mEditorType(eUninitializedEditorType)
, mWrapColumn(0)
, mStateMaintainer(nsnull)
, mWrapColumn(0)
, mSuggestedWordIndex(0)
, mDictionaryIndex(0)
{

View File

@ -137,8 +137,8 @@ nsEditorShell::nsEditorShell()
, mWebShell(nsnull)
, mContentAreaWebShell(nsnull)
, mEditorType(eUninitializedEditorType)
, mWrapColumn(0)
, mStateMaintainer(nsnull)
, mWrapColumn(0)
, mSuggestedWordIndex(0)
, mDictionaryIndex(0)
{