aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableData.h')
-rw-r--r--Source/SPTableData.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPTableData.h b/Source/SPTableData.h
index 7ed99edd..4df13719 100644
--- a/Source/SPTableData.h
+++ b/Source/SPTableData.h
@@ -38,10 +38,10 @@
NSString *tableEncoding;
NSString *tableCreateSyntax;
- CMMCPConnection *mySQLConnection;
+ MCPConnection *mySQLConnection;
}
-- (void) setConnection:(CMMCPConnection *)theConnection;
+- (void) setConnection:(MCPConnection *)theConnection;
- (NSString *) tableEncoding;
- (NSString *) tableCreateSyntax;
- (NSArray *) columns;