use correct return type

git-svn-id: svn://10.0.0.236/trunk@49561 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com
1999-10-01 09:24:34 +00:00
parent 58efa4f2ba
commit ca5d4caa2e
2 changed files with 2 additions and 2 deletions

View File

@@ -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;