aboutsummaryrefslogtreecommitdiffstats
path: root/CMMCPConnection.h
diff options
context:
space:
mode:
authormltownsend <mltownsend@gmail.com>2008-11-10 19:56:30 +0000
committermltownsend <mltownsend@gmail.com>2008-11-10 19:56:30 +0000
commitc8146f9c28da66f02d47537e505a70725fb0c2b4 (patch)
treef967e1cadc654ea262f5fa7402572fdc2482d60d /CMMCPConnection.h
parent87173093000bc5c36962451cc3e58c9aaac5ab50 (diff)
downloadsequelpro-c8146f9c28da66f02d47537e505a70725fb0c2b4.tar.gz
sequelpro-c8146f9c28da66f02d47537e505a70725fb0c2b4.tar.bz2
sequelpro-c8146f9c28da66f02d47537e505a70725fb0c2b4.zip
New XCode project
Diffstat (limited to 'CMMCPConnection.h')
-rw-r--r--CMMCPConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMMCPConnection.h b/CMMCPConnection.h
index 1433d885..3e6212ed 100644
--- a/CMMCPConnection.h
+++ b/CMMCPConnection.h
@@ -27,7 +27,7 @@
#import "CMMCPResult.h"
@interface CMMCPConnection : MCPConnection {
- id delegate;
+ id delegate;
}
- (CMMCPResult *) queryString:(NSString *) query;