From 6f81f2bc6f4269e6c73dde3ce567075e1cdfac85 Mon Sep 17 00:00:00 2001 From: "peterlubczynski%netscape.com" Date: Sat, 30 Jun 2001 19:07:09 +0000 Subject: [PATCH] Trying to fix Fizilla (again) git-svn-id: svn://10.0.0.236/trunk@98382 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/base/src/ns4xPlugin.cpp | 2 +- mozilla/modules/plugin/nglsrc/ns4xPlugin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/modules/plugin/base/src/ns4xPlugin.cpp b/mozilla/modules/plugin/base/src/ns4xPlugin.cpp index f0d8b6e50d2..811e7539e8f 100644 --- a/mozilla/modules/plugin/base/src/ns4xPlugin.cpp +++ b/mozilla/modules/plugin/base/src/ns4xPlugin.cpp @@ -153,7 +153,7 @@ ns4xPlugin::ns4xPlugin(NPPluginFuncs* callbacks, PRLibrary* aLibrary, NP_PLUGINS NS_TRY_SAFE_CALL_RETURN(error, CallNPP_MainEntryProc(pfnMain, &(ns4xPlugin::CALLBACKS), &fCallbacks, - (void**)&fShutdownEntry), aLibrary); + (NP_PLUGINSHUTDOWN)&fShutdownEntry), aLibrary); if(error != NPERR_NO_ERROR || ((fCallbacks.version >> 8) < NP_VERSION_MAJOR)) { diff --git a/mozilla/modules/plugin/nglsrc/ns4xPlugin.cpp b/mozilla/modules/plugin/nglsrc/ns4xPlugin.cpp index f0d8b6e50d2..811e7539e8f 100644 --- a/mozilla/modules/plugin/nglsrc/ns4xPlugin.cpp +++ b/mozilla/modules/plugin/nglsrc/ns4xPlugin.cpp @@ -153,7 +153,7 @@ ns4xPlugin::ns4xPlugin(NPPluginFuncs* callbacks, PRLibrary* aLibrary, NP_PLUGINS NS_TRY_SAFE_CALL_RETURN(error, CallNPP_MainEntryProc(pfnMain, &(ns4xPlugin::CALLBACKS), &fCallbacks, - (void**)&fShutdownEntry), aLibrary); + (NP_PLUGINSHUTDOWN)&fShutdownEntry), aLibrary); if(error != NPERR_NO_ERROR || ((fCallbacks.version >> 8) < NP_VERSION_MAJOR)) {