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
This commit is contained in:
mkaply%us.ibm.com
2002-07-02 03:34:12 +00:00
parent 1cdecd3237
commit 5a9c285acb

View File

@@ -76,7 +76,11 @@ class nsITimer;
class nsIMemory;
class NS_COM nsRecyclingAllocator {
#ifdef XP_OS2
public:
#else
protected:
#endif
struct Block {
PRUint32 bytes;
};