Compile fix.

This commit is contained in:
Steve Checkoway
2004-12-01 06:30:49 +00:00
parent ad9eb1db70
commit 2b6350e63b
2 changed files with 3 additions and 1 deletions
@@ -55,7 +55,7 @@ RageSound_CA::RageSound_CA()
mConverter = NULL; mConverter = NULL;
} }
CString RageSound_OSS::Init() CString RageSound_CA::Init()
{ {
try try
{ {
@@ -142,6 +142,7 @@ CString RageSound_OSS::Init()
{ {
return "Couldn't start the IOProc."; return "Couldn't start the IOProc.";
} }
return "";
} }
RageSound_CA::~RageSound_CA() RageSound_CA::~RageSound_CA()
@@ -91,6 +91,7 @@ CString RageSound_QT1::Init()
if (err != noErr) if (err != noErr)
return "Unable to create audio channel"; return "Unable to create audio channel";
return "";
} }
RageSound_QT1::~RageSound_QT1() RageSound_QT1::~RageSound_QT1()