-respondsToSelector is an instance method, not a class method, so I have
[ITKit.git] / ITTransientStatusWindow.h
index dcbe360..021c8a7 100755 (executable)
@@ -59,9 +59,9 @@ typedef enum {
 
     BOOL _reallyIgnoresEvents;
     
-    NSTimer *_delayTimer;
+    NSTimer *_exitTimer;
 
-//  NSView *_contentSubView;           
+    NSView *_contentSubView;           
 }
 
 + (id)sharedWindow;