Fix build warnigns.

git-svn-id: svn://10.0.0.236/trunk@47612 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 1999-09-15 19:19:51 +00:00
parent 497e7c29a2
commit 2d21f26825
2 changed files with 2 additions and 4 deletions

View File

@ -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)

View File

@ -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)