aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-06-10 09:25:14 +0000
committerstuconnolly <stuart02@gmail.com>2012-06-10 09:25:14 +0000
commite4afd6305a2e4a5f57987c4aa7938d2ba20f5676 (patch)
tree87cfe84c9df5d562b74e0b474d2c153287a98f1c /Source/SPTablesList.h
parent638dcc0e4bc3038224e9921547f4c00a36837f56 (diff)
downloadsequelpro-e4afd6305a2e4a5f57987c4aa7938d2ba20f5676.tar.gz
sequelpro-e4afd6305a2e4a5f57987c4aa7938d2ba20f5676.tar.bz2
sequelpro-e4afd6305a2e4a5f57987c4aa7938d2ba20f5676.zip
Add the default encoding and storage engine to the default menu items on the new table sheet. Implements issue #1245.
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r--Source/SPTablesList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h
index f8043747..368880f0 100644
--- a/Source/SPTablesList.h
+++ b/Source/SPTablesList.h
@@ -44,9 +44,9 @@
<NSTextFieldDelegate>
#endif
{
- IBOutlet SPDatabaseDocument* tableDocumentInstance;
- IBOutlet SPTableStructure* tableSourceInstance;
- IBOutlet SPTableContent* tableContentInstance;
+ IBOutlet SPDatabaseDocument *tableDocumentInstance;
+ IBOutlet SPTableStructure *tableSourceInstance;
+ IBOutlet SPTableContent *tableContentInstance;
#ifndef SP_REFACTOR /* ivars */
IBOutlet id customQueryInstance;
IBOutlet id tableDumpInstance;