From 95689446cff2e4e30216cf25bb5df3f0ed1251d4 Mon Sep 17 00:00:00 2001 From: "bruce%cybersight.com" Date: Sat, 15 May 1999 22:53:57 +0000 Subject: [PATCH] Fix ANSI C++ violation. (a=beard) git-svn-id: svn://10.0.0.236/trunk@31790 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/view/src/nsViewManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/view/src/nsViewManager.cpp b/mozilla/view/src/nsViewManager.cpp index d6893124e36..9f30082adb4 100644 --- a/mozilla/view/src/nsViewManager.cpp +++ b/mozilla/view/src/nsViewManager.cpp @@ -576,7 +576,7 @@ typedef enum #define TRANS_PROPERTY_TRANS 0 #define TRANS_PROPERTY_OPACITY 1 -static evenodd = 0; +static PRInt32 evenodd = 0; void nsViewManager :: RenderViews(nsIView *aRootView, nsIRenderingContext& aRC, const nsRect& aRect, PRBool &aResult) {