adding construct-time value for an editor member bool.

This commit is contained in:
jfrancis%netscape.com 2000-01-04 04:24:04 +00:00
parent e639415da3
commit c207257f01
2 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,7 @@ nsEditor::nsEditor()
, mPlaceHolderBatch(0)
, mTxnStartNode(nsnull)
, mTxnStartOffset(0)
, mShouldTxnSetSelection(PR_TRUE)
, mInIMEMode(PR_FALSE)
, mIMETextRangeList(nsnull)
, mIMETextNode(nsnull)

View File

@ -147,6 +147,7 @@ nsEditor::nsEditor()
, mPlaceHolderBatch(0)
, mTxnStartNode(nsnull)
, mTxnStartOffset(0)
, mShouldTxnSetSelection(PR_TRUE)
, mInIMEMode(PR_FALSE)
, mIMETextRangeList(nsnull)
, mIMETextNode(nsnull)