Andrew Talbot : mshtml: Declare a variable static.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jan 12 05:39:01 CST 2007


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Thu Jan 11 15:13:49 2007 +0000

mshtml: Declare a variable static.

---

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

diff --git a/dlls/mshtml/nsembed.c b/dlls/mshtml/nsembed.c
index 08917d1..b7b32e7 100644
--- a/dlls/mshtml/nsembed.c
+++ b/dlls/mshtml/nsembed.c
@@ -1393,7 +1393,7 @@ static nsresult NSAPI nsSupportsWeakRefe
 
 #undef NSWEAKREF_THIS
 
-const nsISupportsWeakReferenceVtbl nsSupportsWeakReferenceVtbl = {
+static const nsISupportsWeakReferenceVtbl nsSupportsWeakReferenceVtbl = {
     nsSupportsWeakReference_QueryInterface,
     nsSupportsWeakReference_AddRef,
     nsSupportsWeakReference_Release,




More information about the wine-cvs mailing list