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:
StCaretHider(nsIPresShell* aPresShell)
: mPresShell(nsnull)
, mWasVisible(PR_FALSE)
: mWasVisible(PR_FALSE), mPresShell(nsnull)
{
mPresShell = aPresShell; // addrefs
if (mPresShell)

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

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