Fixing inconsistent method prototype and implementation of -sharedWindow in
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 2 May 2005 16:24:10 +0000 (16:24 +0000)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 2 May 2005 16:24:10 +0000 (16:24 +0000)
the ITTransientStatusWindow class.

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;