address compiler warning
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10152 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5975f4e98d
commit
0caecf776c
@ -59,6 +59,11 @@ public:
|
||||
// Return rate that was set, -1 if error
|
||||
//
|
||||
virtual DWORD SetSampleRate( DWORD dwNewSampleRate );
|
||||
//
|
||||
// Send current setting to DSP & return what it is
|
||||
//
|
||||
virtual DWORD SetSampleRate()
|
||||
{ return CGdDspCommObject::SetSampleRate(); }
|
||||
|
||||
//
|
||||
// Card information
|
||||
|
Loading…
Reference in New Issue
Block a user