From 2d21f2682500df461bca9ccf1476a6adcfef63fd Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Wed, 15 Sep 1999 19:19:51 +0000 Subject: [PATCH] Fix build warnigns. git-svn-id: svn://10.0.0.236/trunk@47612 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsICaret.h | 3 +-- mozilla/layout/base/public/nsICaret.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/layout/base/nsICaret.h b/mozilla/layout/base/nsICaret.h index 022fed0892f..ae61efdee50 100644 --- a/mozilla/layout/base/nsICaret.h +++ b/mozilla/layout/base/nsICaret.h @@ -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) diff --git a/mozilla/layout/base/public/nsICaret.h b/mozilla/layout/base/public/nsICaret.h index 022fed0892f..ae61efdee50 100644 --- a/mozilla/layout/base/public/nsICaret.h +++ b/mozilla/layout/base/public/nsICaret.h @@ -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)