mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
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:
parent
5d839b7f81
commit
9f6848cace
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue