From f449844bf00cbc8f9525a9b586f195dcc397ee6b Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Wed, 2 Nov 2005 16:04:41 +0000 Subject: [PATCH] OS/2 bustage - need PR_CALLBACK --- xpcom/glue/nsCOMArray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/glue/nsCOMArray.cpp b/xpcom/glue/nsCOMArray.cpp index 71e83e287be..e99af5cbd0f 100644 --- a/xpcom/glue/nsCOMArray.cpp +++ b/xpcom/glue/nsCOMArray.cpp @@ -38,7 +38,7 @@ #include "nsCOMArray.h" -static PRBool ReleaseObjects(void* aElement, void*); +PR_STATIC_CALLBACK(PRBool) ReleaseObjects(void* aElement, void*); // implementations of non-trivial methods in nsCOMArray_base