зеркало из https://github.com/mozilla/pjs.git
Fix build warnigns.
This commit is contained in:
Родитель
03edad3255
Коммит
e650a94848
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче