From 83f2e7737f2eba33b777c1bee4bdc0865f04bd77 Mon Sep 17 00:00:00 2001
From: Robert Sesek <rsesek@bluestatic.org>
Date: Sat, 16 May 2009 20:10:59 -0400
Subject: [PATCH] Fix a type mismatch compile error

* Source/GDBpConnection.h: Change NSArray to StackFrame for -[run]
---
 Source/GDBpConnection.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/GDBpConnection.h b/Source/GDBpConnection.h
index e9d02cc..f8a7637 100644
--- a/Source/GDBpConnection.h
+++ b/Source/GDBpConnection.h
@@ -50,7 +50,7 @@ extern NSString* kErrorOccurredNotif;
 
 // communication
 - (void)reconnect;
-- (NSArray*)run;
+- (StackFrame*)run;
 - (StackFrame*)stepIn;
 - (StackFrame*)stepOut;
 - (StackFrame*)stepOver;
-- 
2.43.5