Commit 1860f529 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mshtml: Make HTMLDocumentNode_destructor() static.

parent 7c5df85f
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment