mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixing bustage
This commit is contained in:
parent
44249cae27
commit
dc34fde86c
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user