Fixed a segfault crash that would occur if you stepped at the end of a script
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / SUProbingUpdateDriver.h
1 //
2 // SUProbingUpdateDriver.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 5/7/08.
6 // Copyright 2008 Andy Matuschak. All rights reserved.
7 //
8
9 #ifndef SUPROBINGUPDATEDRIVER_H
10 #define SUPROBINGUPDATEDRIVER_H
11
12 #import <Cocoa/Cocoa.h>
13 #import "SUBasicUpdateDriver.h"
14
15 // This replaces the old SUStatusChecker.
16 @interface SUProbingUpdateDriver : SUBasicUpdateDriver { }
17 @end
18
19 #endif