diff --git a/dlls/comdlg32/itemdlg.c b/dlls/comdlg32/itemdlg.c index 7e9d0a165a4..354e9527e41 100644 --- a/dlls/comdlg32/itemdlg.c +++ b/dlls/comdlg32/itemdlg.c @@ -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,