attempt to fix win build bustage

This commit is contained in:
akkana%netscape.com 1999-06-04 23:45:25 +00:00
parent 92579655ef
commit 02d2da5839
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ nsHTMLEncoder::PrettyPrint(PRBool aYes)
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP
nsresult
NS_NewHTMLEncoder(nsIDocumentEncoder** aResult)
{
*aResult = new nsHTMLEncoder;

View File

@ -123,7 +123,7 @@ nsHTMLEncoder::PrettyPrint(PRBool aYes)
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP
nsresult
NS_NewHTMLEncoder(nsIDocumentEncoder** aResult)
{
*aResult = new nsHTMLEncoder;