Bug 313035 'nsAutoGCRoot' : type name first seen using 'struct' now seen using 'class'

r=bz sr=bz
This commit is contained in:
timeless%mozdev.org 2005-11-05 00:46:18 +00:00
parent f64003e9da
commit 54a7d2552e

View File

@ -116,7 +116,7 @@ public:
void* aClassObject)=0;
protected:
friend struct nsAutoGCRoot;
friend class nsAutoGCRoot;
nsXBLProtoImplMember* mNext; // The members of an implementation are chained.
PRUnichar* mName; // The name of the field, method, or property.