mshtml: Declare a variable static.

oldstable
Andrew Talbot 2007-01-11 15:13:49 +00:00 committed by Alexandre Julliard
parent 0b2ec37f64
commit c48a7faa7a
1 changed files with 1 additions and 1 deletions

View File

@ -1393,7 +1393,7 @@ static nsresult NSAPI nsSupportsWeakReference_GetWeakReference(nsISupportsWeakRe
#undef NSWEAKREF_THIS
const nsISupportsWeakReferenceVtbl nsSupportsWeakReferenceVtbl = {
static const nsISupportsWeakReferenceVtbl nsSupportsWeakReferenceVtbl = {
nsSupportsWeakReference_QueryInterface,
nsSupportsWeakReference_AddRef,
nsSupportsWeakReference_Release,