diff options
Diffstat (limited to 'Source/SPTableData.h')
-rw-r--r-- | Source/SPTableData.h | 4 |
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; |