mshtml/tests: Make test_insert_adjacent_elems() static.

This commit is contained in:
Francois Gouget 2013-03-04 14:36:29 +01:00 committed by Alexandre Julliard
parent 06489c6501
commit b039192d3b
1 changed files with 1 additions and 1 deletions

View File

@ -4195,7 +4195,7 @@ static void _insert_adjacent_elem(unsigned line, IHTMLElement *parent, const cha
IHTMLElement_Release(ret_elem);
}
void test_insert_adjacent_elems(IHTMLDocument2 *doc, IHTMLElement *parent)
static void test_insert_adjacent_elems(IHTMLDocument2 *doc, IHTMLElement *parent)
{
IHTMLElement *elem, *elem2;