mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
fix build bustage - use correct return type
This commit is contained in:
parent
2cede8bc92
commit
4e0b7b3813
@ -63,7 +63,7 @@ NS_METHOD nsAppShell::SetDispatchListener(nsDispatchListener* aDispatchListener)
|
||||
//
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
nsresult nsAppShell::Run()
|
||||
NS_METHOD nsAppShell::Run()
|
||||
{
|
||||
NS_ADDREF_THIS();
|
||||
// Process messages
|
||||
|
@ -38,7 +38,7 @@ class nsAppShell : public nsIAppShell
|
||||
// nsIAppShellInterface
|
||||
|
||||
NS_IMETHOD Create(int* argc, char ** argv);
|
||||
virtual nsresult Run();
|
||||
NS_IMETHOD Run();
|
||||
NS_IMETHOD Spinup() { return NS_OK; }
|
||||
NS_IMETHOD Spindown() { return NS_OK; }
|
||||
NS_IMETHOD PushThreadEventQueue();
|
||||
|
Loading…
Reference in New Issue
Block a user