From 27156550b646a74d2345b4ff9650b7a3b4ba052e Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 16 Feb 2013 22:03:09 +0000 Subject: Fix more wanrings by creating a protocol that delegates of the copy table should conform to. --- Source/SPTableContent.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/SPTableContent.h') diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index eb3aa881..2bbdefde 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -51,6 +51,8 @@ @class SPSplitView; #endif +#import "SPDatabaseContentViewDelegate.h" + @interface SPTableContent : NSObject { IBOutlet SPDatabaseDocument *tableDocumentInstance; @@ -284,7 +286,6 @@ - (NSRect) viewport; - (CGFloat) tablesListWidth; - (NSDictionary *) filterSettings; -- (NSArray *)dataColumnDefinitions; - (void) setSortColumnNameToRestore:(NSString *)theSortColumnName isAscending:(BOOL)isAscending; - (void) setPageToRestore:(NSUInteger)thePage; - (void)setSelectionToRestore:(NSDictionary *)theSelection; -- cgit v1.2.3