Compile fix.
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user