Oops, I suck at making things compile
[MenuTunes.git] / StatusWindowController.h
index ab96a26..c0ec9eb 100755 (executable)
@@ -46,9 +46,11 @@ typedef enum {
                                title:            (NSString *)title
                                album:            (NSString *)album
                               artist:            (NSString *)artist
+                            composer:            (NSString *)composer
                                 time:            (NSString *)time  // FLOW: Should probably be NSDate or something.
                                track:            (NSString *)track
-                              rating:                   (int)rating;
+                              rating:                   (int)rating
+                               image:             (NSImage *)art;
 
 
 @end