mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:30:48 +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
e70f79fbf7
commit
aa06ad40e4
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@interface AudioOutputSink : NSObject <GSSoundSink>
|
@interface GSOSSSoundSink : NSObject <GSSoundSink>
|
||||||
{
|
{
|
||||||
NSString *devicePath;
|
NSString *devicePath;
|
||||||
int dev;
|
int dev;
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
const static NSString *DefaultDevice = @"/dev/dsp";
|
const static NSString *DefaultDevice = @"/dev/dsp";
|
||||||
|
|
||||||
@implementation AudioOutputSink
|
@implementation GSOSSSoundSink
|
||||||
+ (BOOL)canInitWithPlaybackDevice: (NSString *)playbackDevice
|
+ (BOOL)canInitWithPlaybackDevice: (NSString *)playbackDevice
|
||||||
{
|
{
|
||||||
if (NULL == playbackDevice)
|
if (NULL == playbackDevice)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue