diff options
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r-- | Source/SPTablesList.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h index 857263b9..c46763fb 100644 --- a/Source/SPTablesList.h +++ b/Source/SPTablesList.h @@ -39,6 +39,7 @@ @class SPTableStructure; @class SPTableContent; @class SPSplitView; +@class SPCharsetCollationHelper; #ifdef SP_CODA @class SQLSidebarViewController; @@ -137,6 +138,8 @@ #ifdef SP_CODA SQLSidebarViewController* sidebarViewController; #endif + + SPCharsetCollationHelper *addTableCharsetHelper; } // IBAction methods @@ -144,7 +147,6 @@ - (IBAction)addTable:(id)sender; - (IBAction)closeSheet:(id)sender; - (IBAction)removeTable:(id)sender; -- (IBAction)tableEncodingButtonChanged:(id)sender; #ifndef SP_CODA /* method decls */ - (IBAction)copyTable:(id)sender; |