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:
@@ -76,7 +76,11 @@ class nsITimer;
|
||||
class nsIMemory;
|
||||
|
||||
class NS_COM nsRecyclingAllocator {
|
||||
#ifdef XP_OS2
|
||||
public:
|
||||
#else
|
||||
protected:
|
||||
#endif
|
||||
struct Block {
|
||||
PRUint32 bytes;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user