Fixed the name of GSOSSSoundSink

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28524 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2009-08-23 21:35:56 +00:00
parent 5d839b7f81
commit 9f6848cace

View file

@ -27,7 +27,7 @@
#endif
@interface AudioOutputSink : NSObject <GSSoundSink>
@interface GSOSSSoundSink : NSObject <GSSoundSink>
{
NSString *devicePath;
int dev;
@ -39,7 +39,7 @@
const static NSString *DefaultDevice = @"/dev/dsp";
@implementation AudioOutputSink
@implementation GSOSSSoundSink
+ (BOOL)canInitWithPlaybackDevice: (NSString *)playbackDevice
{
if (NULL == playbackDevice)