more work on bug 162115 - use "friend" to allow nsCOMArray<T>'s copy constructor to be protected, but still usable from nsArray

not part of build


git-svn-id: svn://10.0.0.236/trunk@131008 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2002-10-02 18:54:12 +00:00
parent 315031c98b
commit 8c7efaf56b
3 changed files with 21 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ public:
NS_DECL_NSIMUTABLEARRAY
private:
nsCOMArray<nsISupports> mArray;
nsCOMArray_base mArray;
};