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
Родитель a6e2697990
Коммит de8b5a4f6f
2 изменённых файлов: 2 добавлений и 0 удалений

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

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

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

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