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

r=bz sr=bz


git-svn-id: svn://10.0.0.236/trunk@184168 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2005-11-05 00:46:18 +00:00
parent 467820641f
commit ad839849f4

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.