From 03d11e5d82a7c2a0c5db624020632a7d10b5a13a Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 23 Dec 2014 15:05:58 +0100 Subject: Add some more stub code (as the nib loader on 10.10 is even whinier) --- Source/SPTableContent.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/SPTableContent.h') 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; -- cgit v1.2.3