From 56e725e152a6a8abb6e13a569b94ed6aaa6aea65 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Thu, 14 Dec 2006 22:46:57 +0800 Subject: [PATCH] dmime: Make some data const and static. --- dlls/dmime/audiopath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dmime/audiopath.c b/dlls/dmime/audiopath.c index 150e490f5ba..3194244f3a7 100644 --- a/dlls/dmime/audiopath.c +++ b/dlls/dmime/audiopath.c @@ -622,7 +622,7 @@ static HRESULT WINAPI IDirectMusicAudioPathImpl_IPersistStream_GetSizeMax (LPPER return E_NOTIMPL; } -IPersistStreamVtbl DirectMusicAudioPath_PersistStream_Vtbl = { +static const IPersistStreamVtbl DirectMusicAudioPath_PersistStream_Vtbl = { IDirectMusicAudioPathImpl_IPersistStream_QueryInterface, IDirectMusicAudioPathImpl_IPersistStream_AddRef, IDirectMusicAudioPathImpl_IPersistStream_Release,