mshtml: Make HTMLDocumentNode_destructor() static.

This commit is contained in:
Francois Gouget 2009-10-07 14:49:10 +02:00 committed by Alexandre Julliard
parent 7c5df85f51
commit 1860f529f5

View File

@ -1768,7 +1768,7 @@ static HRESULT HTMLDocumentNode_QI(HTMLDOMNode *iface, REFIID riid, void **ppv)
return S_OK;
}
void HTMLDocumentNode_destructor(HTMLDOMNode *iface)
static void HTMLDocumentNode_destructor(HTMLDOMNode *iface)
{
HTMLDocumentNode *This = HTMLDOCNODE_NODE_THIS(iface);