aboutsummaryrefslogtreecommitdiffstats
path: root/CMMCPConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'CMMCPConnection.h')
-rw-r--r--CMMCPConnection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMMCPConnection.h b/CMMCPConnection.h
index 3e6212ed..d564d96b 100644
--- a/CMMCPConnection.h
+++ b/CMMCPConnection.h
@@ -27,11 +27,11 @@
#import "CMMCPResult.h"
@interface CMMCPConnection : MCPConnection {
- id delegate;
+ id delegate;
}
-- (CMMCPResult *) queryString:(NSString *) query;
+- (CMMCPResult *)queryString:(NSString *) query;
- (void)setDelegate:(id)object;
-- (NSTimeZone *) timeZone;
+- (NSTimeZone *)timeZone;
@end