Fix bustage. NS_IMETHODIMP and nsresult don't mix on windows.

git-svn-id: svn://10.0.0.236/trunk@65122 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
2000-04-04 01:43:32 +00:00
parent a690108a71
commit 21bcdf8ac8
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ nsEditorShell::Init()
return NS_OK;
}
NS_IMETHODIMP
nsresult
nsEditorShell::PrepareDocumentForEditing(nsIDocumentLoader* aLoader, nsIURI *aUrl)
{
if (!mContentAreaWebShell)