Added return type to fix build bustage

git-svn-id: svn://10.0.0.236/trunk@18933 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kmcclusk%netscape.com 1999-01-28 19:29:15 +00:00
parent f1fc4db8d7
commit 10133bbe45
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