comdlg32: Mark one vtable as static.

This commit is contained in:
Marcus Meissner 2011-05-28 10:49:30 +02:00 committed by Alexandre Julliard
parent 4a0a1d19f8
commit be47d06744
1 changed files with 1 additions and 1 deletions

View File

@ -3530,7 +3530,7 @@ static HRESULT WINAPI IFileDialogCustomize_fnSetControlItemText(IFileDialogCusto
return E_NOTIMPL;
}
const IFileDialogCustomizeVtbl vt_IFileDialogCustomize = {
static const IFileDialogCustomizeVtbl vt_IFileDialogCustomize = {
IFileDialogCustomize_fnQueryInterface,
IFileDialogCustomize_fnAddRef,
IFileDialogCustomize_fnRelease,