Skip to content

Commit fb84d9c

Browse files
author
mkaply%us.ibm.com
committed
OS/2 bustage - need PR_CALLBACK
1 parent 2a17e85 commit fb84d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xpcom/ds/nsCOMArray.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#include "nsCOMArray.h"
4040

41-
static PRBool ReleaseObjects(void* aElement, void*);
41+
PR_STATIC_CALLBACK(PRBool) ReleaseObjects(void* aElement, void*);
4242

4343
// implementations of non-trivial methods in nsCOMArray_base
4444

0 commit comments

Comments
 (0)