From 34a0f53dec2c79ff24df46ddd2aaaebe8d0ed4fa Mon Sep 17 00:00:00 2001 From: "spider%netscape.com" Date: Thu, 30 Jul 1998 23:26:58 +0000 Subject: [PATCH] Update to new nsIWidget interface git-svn-id: svn://10.0.0.236/trunk@6899 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/shell/src/nsShellInstance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/shell/src/nsShellInstance.cpp b/mozilla/shell/src/nsShellInstance.cpp index 72ed3e64f0a..0aee10c88ae 100644 --- a/mozilla/shell/src/nsShellInstance.cpp +++ b/mozilla/shell/src/nsShellInstance.cpp @@ -233,7 +233,7 @@ nsIWidget * nsShellInstance::CreateApplicationWindow(const nsRect &aRect, mApplicationWindow->Create((nsIWidget*)NULL, aRect, aHandleEventFunction, - nsnull, nsnull, (nsWidgetInitData *) GetNativeInstance()); + nsnull, nsnull, nsnull, (nsWidgetInitData *) GetNativeInstance()); return (mApplicationWindow); }