зеркало из https://github.com/mozilla/pjs.git
use correct return type
This commit is contained in:
Родитель
4cbc9784d7
Коммит
34269f2f9b
|
@ -86,7 +86,7 @@ NS_IMETHODIMP nsAppShell::Create(int* argc, char ** argv)
|
|||
// Enter a message handler loop
|
||||
//
|
||||
//-------------------------------------------------------------------------
|
||||
nsresult nsAppShell::Run()
|
||||
NS_IMETHODIMP nsAppShell::Run()
|
||||
{
|
||||
if (!mMacPump.get())
|
||||
return NS_ERROR_NOT_INITIALIZED;
|
||||
|
|
|
@ -60,7 +60,7 @@ class nsAppShell : public nsIAppShell
|
|||
// nsIAppShellInterface
|
||||
|
||||
NS_IMETHOD Create(int* argc, char ** argv);
|
||||
virtual nsresult Run();
|
||||
NS_IMETHOD Run();
|
||||
NS_IMETHOD Spinup();
|
||||
NS_IMETHOD Spindown();
|
||||
NS_IMETHOD PushThreadEventQueue();
|
||||
|
|
Загрузка…
Ссылка в новой задаче