From 384bdfdf38875edb117c9af59479d48ec62df14e Mon Sep 17 00:00:00 2001 From: "serge%netscape.com" Date: Thu, 12 Sep 2002 21:59:53 +0000 Subject: [PATCH] fixing OS2 bustage --- modules/plugin/base/src/nsPluginHostImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugin/base/src/nsPluginHostImpl.cpp b/modules/plugin/base/src/nsPluginHostImpl.cpp index 928281b35af7..3a0b7eeb6ce2 100644 --- a/modules/plugin/base/src/nsPluginHostImpl.cpp +++ b/modules/plugin/base/src/nsPluginHostImpl.cpp @@ -6642,7 +6642,7 @@ nsPluginStreamInfo::UseExistingPluginCacheFile(nsPluginStreamInfo* psi) } void -nsPluginStreamInfo::SetStreamComplete(PRBool complete) +nsPluginStreamInfo::SetStreamComplete(const PRBool complete) { mStreamComplete = complete; }