Whoops. Quick fix... I forgot a change in the class files.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Fri, 14 Mar 2003 04:54:24 +0000 (04:54 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Fri, 14 Mar 2003 04:54:24 +0000 (04:54 +0000)
ITMTRemote.m
iTunesRemote.m

index d1cac3e..72bd8df 100755 (executable)
@@ -47,7 +47,7 @@
     return nil;
 }
 
-- (ITMTRemotePlayerRunningStatus)playerRunningState
+- (ITMTRemotePlayerRunningState)playerRunningState
 {
     return nil;
 }
index 639843d..a5a1f82 100755 (executable)
@@ -57,7 +57,7 @@
     return nil;
 }
 
-- (ITMTRemotePlayerRunningStatus)playerRunningState
+- (ITMTRemotePlayerRunningState)playerRunningState
 {
     NSArray *apps = [[NSWorkspace sharedWorkspace] launchedApplications];
     int i;