This commit is contained in:
slamm%netscape.com 1999-09-15 19:19:51 +00:00
Родитель 03edad3255
Коммит e650a94848
2 изменённых файлов: 2 добавлений и 4 удалений

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

@ -67,8 +67,7 @@ class StCaretHider
{ {
public: public:
StCaretHider(nsIPresShell* aPresShell) StCaretHider(nsIPresShell* aPresShell)
: mPresShell(nsnull) : mWasVisible(PR_FALSE), mPresShell(nsnull)
, mWasVisible(PR_FALSE)
{ {
mPresShell = aPresShell; // addrefs mPresShell = aPresShell; // addrefs
if (mPresShell) if (mPresShell)

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

@ -67,8 +67,7 @@ class StCaretHider
{ {
public: public:
StCaretHider(nsIPresShell* aPresShell) StCaretHider(nsIPresShell* aPresShell)
: mPresShell(nsnull) : mWasVisible(PR_FALSE), mPresShell(nsnull)
, mWasVisible(PR_FALSE)
{ {
mPresShell = aPresShell; // addrefs mPresShell = aPresShell; // addrefs
if (mPresShell) if (mPresShell)