From 5a9c285acb08c9dbf5ffc909c1d576be2153f16b Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Tue, 2 Jul 2002 03:34:12 +0000 Subject: [PATCH] Fix Os/2 bustage for now - I've no idea why. I need to build a testcase git-svn-id: svn://10.0.0.236/trunk@124464 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/ds/nsRecyclingAllocator.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/xpcom/ds/nsRecyclingAllocator.h b/mozilla/xpcom/ds/nsRecyclingAllocator.h index 54e9d6e3583..aa2c16bd133 100644 --- a/mozilla/xpcom/ds/nsRecyclingAllocator.h +++ b/mozilla/xpcom/ds/nsRecyclingAllocator.h @@ -76,7 +76,11 @@ class nsITimer; class nsIMemory; class NS_COM nsRecyclingAllocator { +#ifdef XP_OS2 + public: +#else protected: +#endif struct Block { PRUint32 bytes; };