Francois Gouget : mshtml: Make HTMLDocumentNode_destructor() static.

Alexandre Julliard julliard at winehq.org
Wed Oct 7 09:46:06 CDT 2009


Module: wine
Branch: master
Commit: 1860f529f574216ba5582ca85830e385a694cef7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1860f529f574216ba5582ca85830e385a694cef7

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Oct  7 14:49:10 2009 +0200

mshtml: Make HTMLDocumentNode_destructor() static.

---

 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);
 




More information about the wine-cvs mailing list