Fixing bustage

This commit is contained in:
aaronleventhal@moonset.net 2007-08-03 19:26:19 -07:00
parent 44249cae27
commit dc34fde86c

View File

@ -115,6 +115,9 @@ public:
return returnedString.get();
}
// Should this accessible be allowed to have any ATK children
static PRBool MustPrune(nsIAccessible *aAccessible);
protected:
nsresult FireAtkStateChangeEvent(nsIAccessibleEvent *aEvent,
AtkObject *aObject);
@ -127,9 +130,6 @@ protected:
AtkObject *mAtkObject;
// Should this accessible be allowed to have any ATK children
static PRBool MustPrune(nsIAccessible *aAccessible);
private:
PRUint16 CreateMaiInterfaces(void);
};