dmime: Make some data const and static

Dmitry Timoshkov dmitry at codeweavers.com
Thu Dec 14 08:46:57 CST 2006


Hello,

Changelog:
    dmime: Make some data const and static.

---
 dlls/dmime/audiopath.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dmime/audiopath.c b/dlls/dmime/audiopath.c
index 150e490..3194244 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,
-- 
1.4.4.2






More information about the wine-patches mailing list