mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
mshtml/tests: Make test_insert_adjacent_elems() static.
This commit is contained in:
parent
06489c6501
commit
b039192d3b
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user