Added return type to fix build bustage

This commit is contained in:
kmcclusk%netscape.com 1999-01-28 19:29:15 +00:00
parent b8427bd456
commit a71561f847
2 changed files with 2 additions and 0 deletions

View File

@ -346,6 +346,7 @@ nsHTMLInputElement::SetValue(const nsString& aValue)
NS_RELEASE(formControlFrame);
}
}
return NS_OK;
}
NS_IMETHODIMP

View File

@ -346,6 +346,7 @@ nsHTMLInputElement::SetValue(const nsString& aValue)
NS_RELEASE(formControlFrame);
}
}
return NS_OK;
}
NS_IMETHODIMP