зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
f1decda439
Коммит
f61bcf9720
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче