Rearrange initialization of member vars to avoid build warning, fix by walker84@yahoo.com, b=169780, r=cmanske, sr=dveditz

This commit is contained in:
cmanske%netscape.com 2002-09-23 17:34:50 +00:00
Родитель f1decda439
Коммит f61bcf9720
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -149,7 +149,8 @@ nsIAtom *nsEditor::gIMETxnName;
nsIAtom *nsEditor::gDeleteTxnName;
nsEditor::nsEditor()
: mModCount(0)
: mContentMIMEType(nsnull)
, mModCount(0)
, mPresShellWeak(nsnull)
, mViewManager(nsnull)
, mUpdateCount(0)
@ -171,7 +172,6 @@ nsEditor::nsEditor()
, mActionListeners(nsnull)
, mEditorObservers(nsnull)
, mDocDirtyState(-1)
, mContentMIMEType(nsnull)
, mDocWeak(nsnull)
{
//initialize member variables here