From aa06ad40e4ab4cc637d09debfa2a5a76ef7d10d5 Mon Sep 17 00:00:00 2001 From: theraven Date: Sun, 23 Aug 2009 21:35:56 +0000 Subject: [PATCH] Fixed the name of GSOSSSoundSink git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28524 72102866-910b-0410-8b05-ffd578937521 --- Tools/sound/GSOSSSoundSink.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/sound/GSOSSSoundSink.m b/Tools/sound/GSOSSSoundSink.m index ccb91c8f7..803cd0f14 100644 --- a/Tools/sound/GSOSSSoundSink.m +++ b/Tools/sound/GSOSSSoundSink.m @@ -27,7 +27,7 @@ #endif -@interface AudioOutputSink : NSObject +@interface GSOSSSoundSink : NSObject { 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)