diff options
Diffstat (limited to 'CMMCPConnection.h')
-rw-r--r-- | CMMCPConnection.h | 2 |
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; |