reduce Macintosh compiler warnings by making function static/private

This commit is contained in:
brade%netscape.com 1999-01-06 19:55:57 +00:00
Родитель 4527f1559a
Коммит 2525574506
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -476,6 +476,7 @@ AddAttributes(const nsIParserNode& aNode,
return NS_OK;
}
static
void SetForm(nsIHTMLContent* aContent, nsIDOMHTMLFormElement* aForm)
{
nsIFormControl* formControl = nsnull;

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

@ -476,6 +476,7 @@ AddAttributes(const nsIParserNode& aNode,
return NS_OK;
}
static
void SetForm(nsIHTMLContent* aContent, nsIDOMHTMLFormElement* aForm)
{
nsIFormControl* formControl = nsnull;