aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-08-07 19:31:44 +0000
committerstuconnolly <stuart02@gmail.com>2011-08-07 19:31:44 +0000
commit2fe0f6e25814b1add160cdda67b94f82b39423b0 (patch)
tree1313bd830cf4fd6dfadff5c266f3fab5325ab463 /Source/SPTablesList.h
parent4f36d14c724d2d674abf7cc52b68b073ab76ddcb (diff)
downloadsequelpro-2fe0f6e25814b1add160cdda67b94f82b39423b0.tar.gz
sequelpro-2fe0f6e25814b1add160cdda67b94f82b39423b0.tar.bz2
sequelpro-2fe0f6e25814b1add160cdda67b94f82b39423b0.zip
Fix an exception when removing the only content filter. Fixes exceptions http://spbug.com/l/2360 and http://spbug.com/l/2453
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r--Source/SPTablesList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h
index baf7a0d5..72c0bb7e 100644
--- a/Source/SPTablesList.h
+++ b/Source/SPTablesList.h
@@ -63,7 +63,7 @@
IBOutlet id copyTableSheet;
#endif
- IBOutlet NSTableView *tablesListView;
+ IBOutlet SPTableView *tablesListView;
#ifndef SP_REFACTOR /* ivars */
IBOutlet id copyTableButton;
IBOutlet id copyTableNameField;