Fixing inconsistent method prototype and implementation of -sharedWindow in
[ITKit.git] / ITTransientStatusWindow.h
index bd2af50..da06c5c 100644 (file)
@@ -59,7 +59,7 @@ typedef enum {
        NSView *_contentSubView;                
 }
 
-+ (id)sharedWindow;
++ (ITTransientStatusWindow *)sharedWindow;
 
 - (id)initWithContentView:(NSView *)contentView exitMode:(ITTransientStatusWindowExitMode)exitMode backgroundType:(ITTransientStatusWindowBackgroundType)backgroundType;