diff options
author | Max <post@wickenrode.com> | 2014-12-23 15:05:58 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2014-12-23 15:05:58 +0100 |
commit | 03d11e5d82a7c2a0c5db624020632a7d10b5a13a (patch) | |
tree | 29df35fb0d91996fa15c430b47ce033bf3d7be42 /Source/SPTableContent.h | |
parent | 21ced682547ef855ac6d83a00ad7fda1b8225af3 (diff) | |
download | sequelpro-03d11e5d82a7c2a0c5db624020632a7d10b5a13a.tar.gz sequelpro-03d11e5d82a7c2a0c5db624020632a7d10b5a13a.tar.bz2 sequelpro-03d11e5d82a7c2a0c5db624020632a7d10b5a13a.zip |
Add some more stub code
(as the nib loader on 10.10 is even whinier)
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index fdb434e8..15266d4e 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -48,6 +48,7 @@ #ifndef SP_CODA @class SPSplitView; #endif +@class SPTableContentFilterController; #import "SPDatabaseContentViewDelegate.h" @@ -116,6 +117,8 @@ // Temporary to avoid nib conflicts during WIP IBOutlet SPSplitView *contentSplitView; + + IBOutlet SPTableContentFilterController *filterControllerInstance; #endif SPMySQLConnection *mySQLConnection; |