fix OS/2 bustage.

This commit is contained in:
dwitte@stanford.edu 2007-12-21 17:06:43 -08:00
parent 1f9e2d27d8
commit c711729cf4

View File

@ -42,11 +42,12 @@
#include "nsTArray.h"
class NS_COM_GLUE nsTObserverArray_base {
protected:
public:
typedef PRUint32 index_type;
typedef PRUint32 size_type;
typedef PRInt32 diff_type;
protected:
class Iterator_base {
protected:
friend class nsTObserverArray_base;