Bug 571790 - Fix Mac accessibility compile problems after bug 571184 landed; r=surkov

This commit is contained in:
Ehsan Akhgari 2010-06-13 20:16:46 -04:00
parent 473116ffcd
commit 08582782fa
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ class nsAccessibleWrap : public nsAccessible
virtual ~nsAccessibleWrap();
// creates the native accessible connected to this one.
NS_IMETHOD Init ();
virtual PRBool Init ();
// get the native obj-c object (mozAccessible)
NS_IMETHOD GetNativeInterface (void **aOutAccessible);

View File

@ -53,7 +53,7 @@ public:
/**
* Creates the native accessible connected to this one.
*/
virtual PRBoo Init();
virtual PRBool Init();
};
#endif