From 409f10ed6e63b54998e67d26f6c312fddafe94f5 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sat, 28 Mar 2009 16:27:38 +0000 Subject: [PATCH] grah...stupid me trying to share patches between linux and windows... git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2778 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/AudioCommon/Src/DSoundStream.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/Core/AudioCommon/Src/DSoundStream.h b/Source/Core/AudioCommon/Src/DSoundStream.h index 1766fdc2c6..b4668a9995 100644 --- a/Source/Core/AudioCommon/Src/DSoundStream.h +++ b/Source/Core/AudioCommon/Src/DSoundStream.h @@ -79,8 +79,10 @@ public: virtual void Update(); #else - DSound(CMixer *mixer) - : SoundStream(mixer) {} +public: + DSound(CMixer *mixer, void *hWnd = NULL) + : SoundStream(mixer) + {} #endif };