bug fix with --enable-sound=no
This commit is contained in:
parent
40485b8703
commit
d51f15d061
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class CSound : public CSoundBase
|
|||
public:
|
||||
CSound ( void (*fpNewProcessCallback) ( CVector<short>& psData, void* pParg ), void* pParg ) :
|
||||
CSoundBase ( false, fpNewProcessCallback, pParg ) {}
|
||||
virtual ~CSound() { Close(); }
|
||||
virtual ~CSound() {}
|
||||
|
||||
// not used
|
||||
int GetNumDev() { return 1; }
|
||||
|
|
Loading…
Reference in a new issue