dswave: Make some data const.

oldstable
Dmitry Timoshkov 2006-12-14 22:47:14 +08:00 committed by Alexandre Julliard
parent 8330bd6c26
commit 54aae98838
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ static HRESULT WINAPI WaveCF_LockServer(LPCLASSFACTORY iface,BOOL dolock) {
return S_OK;
}
static IClassFactoryVtbl WaveCF_Vtbl = {
static const IClassFactoryVtbl WaveCF_Vtbl = {
WaveCF_QueryInterface,
WaveCF_AddRef,
WaveCF_Release,