mshtml: Declare a variable static.
This commit is contained in:
parent
0b2ec37f64
commit
c48a7faa7a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue