From d583461c3f2dfa36eb4fc72a112a718693ca003e Mon Sep 17 00:00:00 2001 From: "cvshook%sicking.cc" Date: Tue, 17 Oct 2006 22:11:53 +0000 Subject: [PATCH] trying to fix redness git-svn-id: svn://10.0.0.236/trunk@213760 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/glue/nsTPtrArray.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/xpcom/glue/nsTPtrArray.h b/mozilla/xpcom/glue/nsTPtrArray.h index 5bf5f3a56c5..bfed6169b7e 100755 --- a/mozilla/xpcom/glue/nsTPtrArray.h +++ b/mozilla/xpcom/glue/nsTPtrArray.h @@ -52,9 +52,9 @@ class nsTPtrArray : public nsTArray { public: typedef nsTPtrArray self_type; typedef nsTArray parent_type; - typedef parent_type::size_type size_type; - typedef parent_type::elem_type elem_type; - typedef parent_type::index_type index_type; + typedef typename parent_type::size_type size_type; + typedef typename parent_type::elem_type elem_type; + typedef typename parent_type::index_type index_type; // // Initialization methods