Fix build warnigns.
git-svn-id: svn://10.0.0.236/trunk@47612 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
497e7c29a2
commit
2d21f26825
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user