Commit 54aae988 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

dswave: Make some data const.

parent 8330bd6c
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment