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