Fixed a segfault crash that would occur if you stepped at the end of a script
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / SUUserInitiatedUpdateDriver.h
1 //
2 // SUUserInitiatedUpdateDriver.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 5/30/08.
6 // Copyright 2008 Andy Matuschak. All rights reserved.
7 //
8
9 #ifndef SUUSERINITIATEDUPDATEDRIVER_H
10 #define SUUSERINITIATEDUPDATEDRIVER_H
11
12 #import <Cocoa/Cocoa.h>
13 #import "SUUIBasedUpdateDriver.h"
14
15 @interface SUUserInitiatedUpdateDriver : SUUIBasedUpdateDriver {
16 SUStatusController *checkingController;
17 BOOL isCanceled;
18 }
19
20 @end
21
22 #endif