Added return type to fix build bustage

This commit is contained in:
kmcclusk%netscape.com 1999-01-28 19:29:15 +00:00
Родитель b8427bd456
Коммит a71561f847
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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