From 65613971f8616ba1ef94bfb25e3b3ccbb15be3fe Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Thu, 19 Aug 1999 16:57:32 +0000 Subject: [PATCH] Trying to fix solaris bustage. git-svn-id: svn://10.0.0.236/trunk@43632 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/appshell/src/nsWebShellWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp index 91f697c2759..642ea353840 100644 --- a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp +++ b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp @@ -370,7 +370,7 @@ nsresult nsWebShellWindow::Initialize(nsIWebShellWindow* aParent, } mWindow->SetClientData(this); - mWindow->Create(parentWidget, // Parent nsIWidget + mWindow->Create((nsIWidget *)parentWidget, // Parent nsIWidget r, // Widget dimensions nsWebShellWindow::HandleEvent, // Event handler function nsnull, // Device context