address compiler warning

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10152 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2004-11-22 03:39:03 +00:00
parent 5975f4e98d
commit 0caecf776c

View File

@ -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