diff options
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index 68578010..250f451f 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -25,6 +25,7 @@ #import <Cocoa/Cocoa.h> #import <MCPKit/MCPKit.h> +#import "SPHistoryController.h" enum sp_table_types { @@ -54,6 +55,7 @@ enum sp_table_types IBOutlet id tableDataInstance; IBOutlet id extendedTableInfoInstance; IBOutlet id databaseDataInstance; + IBOutlet SPHistoryController *spHistoryControllerInstance; IBOutlet id tableWindow; IBOutlet id copyTableSheet; |