This commit is contained in:
cvshook%sicking.cc 2006-11-02 19:50:59 +00:00
Родитель 6a984be708
Коммит abafb3f44d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -703,7 +703,7 @@ class nsTArray : public nsTArray_base {
template<class E, PRUint32 N> template<class E, PRUint32 N>
class nsAutoTArray : public nsTArray<E> { class nsAutoTArray : public nsTArray<E> {
public: public:
typedef nsTPtrArray<E> base_type; typedef nsTArray<E> base_type;
typedef typename base_type::Header Header; typedef typename base_type::Header Header;
typedef typename base_type::elem_type elem_type; typedef typename base_type::elem_type elem_type;