Fix a type mismatch compile error
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 17 May 2009 00:10:59 +0000 (20:10 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 17 May 2009 00:10:59 +0000 (20:10 -0400)
* Source/GDBpConnection.h: Change NSArray to StackFrame for -[run]

Source/GDBpConnection.h

index e9d02cc10447415194068896bd3ba32d80c0aed3..f8a76375f13dc53f1103ef3c60a933a8f8231d96 100644 (file)
@@ -50,7 +50,7 @@ extern NSString* kErrorOccurredNotif;
 
 // communication
 - (void)reconnect;
-- (NSArray*)run;
+- (StackFrame*)run;
 - (StackFrame*)stepIn;
 - (StackFrame*)stepOut;
 - (StackFrame*)stepOver;