mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
mshtml: Make HTMLDocumentNode_destructor() static.
This commit is contained in:
parent
7c5df85f51
commit
1860f529f5
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user