aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHistoryController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPHistoryController.h')
-rw-r--r--Source/SPHistoryController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPHistoryController.h b/Source/SPHistoryController.h
index fc36f1bf..5dcd6962 100644
--- a/Source/SPHistoryController.h
+++ b/Source/SPHistoryController.h
@@ -24,14 +24,14 @@
#import <Cocoa/Cocoa.h>
-@class TableDocument, TableContent, SPTablesList;
+@class TableDocument, SPTableContent, SPTablesList;
@interface SPHistoryController : NSObject
{
IBOutlet TableDocument *theDocument;
IBOutlet NSSegmentedControl *historyControl;
- TableContent *tableContentInstance;
+ SPTableContent *tableContentInstance;
SPTablesList *tablesListInstance;
NSMutableArray *history;
NSMutableDictionary *tableContentStates;