diff --git a/src/wx/dsound.cpp b/src/wx/dsound.cpp index abf275c3..b6d2e93a 100644 --- a/src/wx/dsound.cpp +++ b/src/wx/dsound.cpp @@ -20,7 +20,7 @@ private: LPDIRECTSOUND8 pDirectSound; // DirectSound interface LPDIRECTSOUNDBUFFER dsbPrimary; // Primary DirectSound buffer LPDIRECTSOUNDBUFFER dsbSecondary; // Secondary DirectSound buffer - LPDIRECTSOUNDNOTIFY8 dsbNotify; + LPDIRECTSOUNDNOTIFY dsbNotify; HANDLE dsbEvent; WAVEFORMATEX wfx; // Primary buffer wave format int soundBufferLen;