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:
theraven 2009-08-23 21:35:56 +00:00
parent e70f79fbf7
commit aa06ad40e4

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)