mshtml: Make HTMLDocumentNode_destructor() static.

Francois Gouget fgouget at free.fr
Wed Oct 7 07:49:10 CDT 2009


---
 dlls/mshtml/htmldoc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/htmldoc.c b/dlls/mshtml/htmldoc.c
index d6baa8e..bb5d968 100644
--- a/dlls/mshtml/htmldoc.c
+++ b/dlls/mshtml/htmldoc.c
@@ -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);
 
-- 
1.6.3.3




More information about the wine-patches mailing list