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:
@@ -81,7 +81,7 @@ public:
|
||||
NS_DECL_NSIMUTABLEARRAY
|
||||
|
||||
private:
|
||||
nsCOMArray<nsISupports> mArray;
|
||||
nsCOMArray_base mArray;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user